nimbleshop_core 0.0.3 → 0.0.4.beta1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/generators/nimbleshop/app/install_generator.rb +15 -9
- data/lib/generators/nimbleshop/app/templates/config/initializers/carrierwave.rb +2 -3
- data/lib/nimbleshop/core_ext/activerecord_base.rb +1 -1
- data/lib/nimbleshop/engine.rb +1 -0
- data/lib/nimbleshop/version.rb +2 -2
- data/test/myshop/db/test.sqlite3 +0 -0
- data/test/myshop/log/development.log +130 -0
- data/test/myshop/log/test.log +46182 -0
- data/test/myshop/public/uploads/picture/picture/1/large_avatar.png +0 -0
- data/test/myshop/public/uploads/picture/picture/1/large_plus_avatar.png +0 -0
- data/test/myshop/public/uploads/picture/picture/1/medium_avatar.png +0 -0
- data/test/myshop/public/uploads/picture/picture/1/medium_plus_avatar.png +0 -0
- data/test/myshop/public/uploads/picture/picture/1/small_avatar.png +0 -0
- data/test/myshop/public/uploads/picture/picture/1/small_plus_avatar.png +0 -0
- data/test/myshop/public/uploads/picture/picture/1/tiny_avatar.png +0 -0
- data/test/myshop/public/uploads/picture/picture/1/tiny_plus_avatar.png +0 -0
- metadata +5 -11
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: nimbleshop_core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
5
|
-
prerelease:
|
4
|
+
version: 0.0.4.beta1
|
5
|
+
prerelease: 6
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Neeraj Singh
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-07-
|
12
|
+
date: 2012-07-12 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -1176,18 +1176,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
1176
1176
|
- - ! '>='
|
1177
1177
|
- !ruby/object:Gem::Version
|
1178
1178
|
version: '0'
|
1179
|
-
segments:
|
1180
|
-
- 0
|
1181
|
-
hash: -3946199336243316879
|
1182
1179
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
1183
1180
|
none: false
|
1184
1181
|
requirements:
|
1185
|
-
- - ! '
|
1182
|
+
- - ! '>'
|
1186
1183
|
- !ruby/object:Gem::Version
|
1187
|
-
version:
|
1188
|
-
segments:
|
1189
|
-
- 0
|
1190
|
-
hash: -3946199336243316879
|
1184
|
+
version: 1.3.1
|
1191
1185
|
requirements: []
|
1192
1186
|
rubyforge_project:
|
1193
1187
|
rubygems_version: 1.8.24
|