Skip to content

Commit

Permalink
Prepare for 1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hasghari committed Mar 29, 2018
1 parent da76aa2 commit 2cb8c4a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gemfiles/activerecord_5.1.5.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ source "https://rubygems.org"
gem "appraisal"
gem "activerecord", "5.1.5"

gemspec :path => "../"
gemspec path: "../"
4 changes: 2 additions & 2 deletions gemfiles/activerecord_5.1.5.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PATH
remote: ..
specs:
parentry (1.0.1)
activerecord (>= 5.1)
parentry (1.1.0)
activerecord (~> 5.1)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/parentry/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Parentry
VERSION = '1.0.1'
VERSION = '1.1.0'
end
2 changes: 1 addition & 1 deletion parentry.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
spec.require_paths = ['lib']

spec.add_dependency 'activerecord', '>= 5.1'
spec.add_dependency 'activerecord', '~> 5.1'

spec.add_development_dependency 'bundler', '~> 1.10'
spec.add_development_dependency 'rake', '~> 10.0'
Expand Down

0 comments on commit 2cb8c4a

Please sign in to comment.