Skip to content

Commit

Permalink
Bump version and update gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpeachey committed Jan 21, 2020
1 parent 091aba4 commit b40adb6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions active_null.gemspec
Expand Up @@ -7,10 +7,10 @@ Gem::Specification.new do |spec|
spec.name = 'active_null'
spec.version = ActiveNull::VERSION
spec.authors = ['alexpeachey']
spec.email = ['alex.peachey@originate.com']
spec.email = ['alex.peachey@gmail.com']
spec.summary = %q{Make ActiveRecord null model aware.}
spec.description = %q{Make ActiveRecord null model aware.}
spec.homepage = 'https://github.com/Originate/active_null'
spec.homepage = 'https://github.com/alexpeachey/active_null'
spec.license = 'MIT'

spec.files = `git ls-files -z`.split("\x0")
Expand Down
2 changes: 1 addition & 1 deletion lib/active_null/version.rb
@@ -1,3 +1,3 @@
module ActiveNull
VERSION = '1.0.0'
VERSION = '1.1.0'
end

0 comments on commit b40adb6

Please sign in to comment.