Skip to content

Commit

Permalink
Launch version 0.1.3
Browse files Browse the repository at this point in the history
`collection` defines an array of ids instead of query through an index
  • Loading branch information
emancu committed Feb 14, 2014
1 parent 670fdd1 commit 7c0a933
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ork.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'ork'
s.version = '0.1.2'
s.version = '0.1.3'
s.date = Time.now.strftime('%Y-%m-%d')
s.summary = 'Ruby modeling layer for Riak.'
s.description = 'Ork is a small Ruby modeling layer for Riak, inspired by Ohm.'
Expand All @@ -17,8 +17,8 @@ Gem::Specification.new do |s|
]
s.test_files = Dir['test/*.*']

s.add_dependency 'riak-client'
s.add_development_dependency 'protest'
s.add_development_dependency 'mocha'
s.add_runtime_dependency 'riak-client', '~> 1.4'
s.add_development_dependency 'protest', '~> 0'
s.add_development_dependency 'mocha', '~> 0'
end

0 comments on commit 7c0a933

Please sign in to comment.