Skip to content

Commit

Permalink
Bump version to 0.4.0
Browse files Browse the repository at this point in the history
- Represents a MINOR version change
  + Completely removes a dependency
  + Adds backwards-compatible feature
- Adds name to the gemspec authors list
  • Loading branch information
cbortz committed Jan 5, 2019
1 parent 3f42933 commit d37d748
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ GIT
PATH
remote: .
specs:
fake_idp (0.3.0)
fake_idp (0.4.0)
ruby-saml-idp
sinatra (~> 2.0.0)

Expand Down Expand Up @@ -59,4 +59,4 @@ DEPENDENCIES
ruby-saml-idp!

BUNDLED WITH
1.16.6
1.17.3
1 change: 1 addition & 0 deletions fake_idp.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Gem::Specification.new do |spec|
"Shelby Switzer",
"Tyler Willingham",
"Robyn-Dale Samuda",
"Chet Bortz",
]
spec.email = ["[email protected]"]

Expand Down
2 changes: 1 addition & 1 deletion lib/fake_idp/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module FakeIdp
VERSION = "0.3.0"
VERSION = "0.4.0"
end

0 comments on commit d37d748

Please sign in to comment.