toystore-mongo 0.8.1 → 0.8.2
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile +1 -3
- data/lib/toy/mongo/version.rb +1 -1
- data/toystore-mongo.gemspec +1 -1
- metadata +8 -8
data/Gemfile
CHANGED
@@ -1,10 +1,8 @@
|
|
1
1
|
source "http://rubygems.org"
|
2
2
|
gemspec
|
3
3
|
|
4
|
-
require 'plucky/version'
|
5
|
-
|
6
4
|
group(:development) do
|
7
|
-
gem 'bson_ext',
|
5
|
+
gem 'bson_ext', :require => false
|
8
6
|
gem 'SystemTimer', :platform => :ruby_18
|
9
7
|
gem 'rake', '~> 0.8.7'
|
10
8
|
gem 'rspec', '~> 2.3'
|
data/lib/toy/mongo/version.rb
CHANGED
data/toystore-mongo.gemspec
CHANGED
@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
|
|
14
14
|
|
15
15
|
s.add_dependency('plucky', '~> 0.4.1')
|
16
16
|
s.add_dependency('toystore', '~> 0.8.0')
|
17
|
-
s.add_dependency('adapter-mongo', '~> 0.5.
|
17
|
+
s.add_dependency('adapter-mongo', '~> 0.5.3')
|
18
18
|
|
19
19
|
s.files = `git ls-files`.split("\n") - ['specs.watchr']
|
20
20
|
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: toystore-mongo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 59
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 8
|
9
|
-
-
|
10
|
-
version: 0.8.
|
9
|
+
- 2
|
10
|
+
version: 0.8.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- John Nunemaker
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date:
|
18
|
+
date: 2012-02-09 00:00:00 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
name: plucky
|
@@ -57,12 +57,12 @@ dependencies:
|
|
57
57
|
requirements:
|
58
58
|
- - ~>
|
59
59
|
- !ruby/object:Gem::Version
|
60
|
-
hash:
|
60
|
+
hash: 13
|
61
61
|
segments:
|
62
62
|
- 0
|
63
63
|
- 5
|
64
|
-
-
|
65
|
-
version: 0.5.
|
64
|
+
- 3
|
65
|
+
version: 0.5.3
|
66
66
|
type: :runtime
|
67
67
|
version_requirements: *id003
|
68
68
|
description: Mongo integration for Toystore
|
@@ -124,7 +124,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
124
124
|
requirements: []
|
125
125
|
|
126
126
|
rubyforge_project:
|
127
|
-
rubygems_version: 1.8.
|
127
|
+
rubygems_version: 1.8.10
|
128
128
|
signing_key:
|
129
129
|
specification_version: 3
|
130
130
|
summary: Mongo integration for Toystore
|