Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1 from thombruce/v/0.1.1
Browse files Browse the repository at this point in the history
v0.1.1
  • Loading branch information
thombruce committed Sep 12, 2017
2 parents 87190c9 + 2d2ae06 commit 72aea6c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
PATH
remote: .
specs:
activerecord-chemistry (0.1.0)
activerecord-chemistry (0.1.1)
activerecord (>= 5.1)
activesupport (>= 5.1)

GEM
remote: https://rubygems.org/
specs:
activemodel (5.1.3)
activesupport (= 5.1.3)
activerecord (5.1.3)
activemodel (= 5.1.3)
activesupport (= 5.1.3)
activemodel (5.1.4)
activesupport (= 5.1.4)
activerecord (5.1.4)
activemodel (= 5.1.4)
activesupport (= 5.1.4)
arel (~> 8.0)
activesupport (5.1.3)
activesupport (5.1.4)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (~> 0.7)
minitest (~> 5.1)
Expand All @@ -41,7 +41,7 @@ GEM
powerpack (0.1.1)
rainbow (2.2.2)
rake
rake (12.0.0)
rake (12.1.0)
rspec (3.6.0)
rspec-core (~> 3.6.0)
rspec-expectations (~> 3.6.0)
Expand All @@ -67,7 +67,7 @@ GEM
docile (~> 1.1.0)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.1)
simplecov-html (0.10.2)
sqlite3 (1.3.13)
term-ansicolor (1.6.0)
tins (~> 1.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/activerecord/chemistry/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module ActiveRecord
module Chemistry
VERSION = "0.1.0"
VERSION = "0.1.1"
end
end

0 comments on commit 72aea6c

Please sign in to comment.