nimbleshop_simply 0.0.1.rc6 → 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- metadata +13 -8
- data/lib/nimbleshop_simply/version.rb +0 -3
metadata
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: nimbleshop_simply
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.1
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 0.0.1
|
|
5
|
+
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Neeraj Singh
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2012-07-
|
|
13
|
+
date: 2012-07-10 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: jquery-rails
|
|
@@ -51,7 +51,7 @@ dependencies:
|
|
|
51
51
|
requirements:
|
|
52
52
|
- - '='
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
|
-
version: 0.0.1
|
|
54
|
+
version: 0.0.1
|
|
55
55
|
type: :runtime
|
|
56
56
|
prerelease: false
|
|
57
57
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -59,7 +59,7 @@ dependencies:
|
|
|
59
59
|
requirements:
|
|
60
60
|
- - '='
|
|
61
61
|
- !ruby/object:Gem::Version
|
|
62
|
-
version: 0.0.1
|
|
62
|
+
version: 0.0.1
|
|
63
63
|
description: Provides simply theme to nimbleShop
|
|
64
64
|
email:
|
|
65
65
|
- neeraj@bigbinary.com
|
|
@@ -140,7 +140,6 @@ files:
|
|
|
140
140
|
- app/views/nimbleshop_simply/shared/_shipping_and_tax_info.html.erb
|
|
141
141
|
- config/routes.rb
|
|
142
142
|
- lib/nimbleshop_simply/engine.rb
|
|
143
|
-
- lib/nimbleshop_simply/version.rb
|
|
144
143
|
- lib/nimbleshop_simply.rb
|
|
145
144
|
- README.md
|
|
146
145
|
homepage: http://nimbleshop.org
|
|
@@ -155,12 +154,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
155
154
|
- - ! '>='
|
|
156
155
|
- !ruby/object:Gem::Version
|
|
157
156
|
version: '0'
|
|
157
|
+
segments:
|
|
158
|
+
- 0
|
|
159
|
+
hash: 1668049643931756004
|
|
158
160
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
159
161
|
none: false
|
|
160
162
|
requirements:
|
|
161
|
-
- - ! '
|
|
163
|
+
- - ! '>='
|
|
162
164
|
- !ruby/object:Gem::Version
|
|
163
|
-
version:
|
|
165
|
+
version: '0'
|
|
166
|
+
segments:
|
|
167
|
+
- 0
|
|
168
|
+
hash: 1668049643931756004
|
|
164
169
|
requirements: []
|
|
165
170
|
rubyforge_project:
|
|
166
171
|
rubygems_version: 1.8.24
|