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

v0.1.1 #1

Merged
merged 1 commit into from
Sep 12, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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