nimbleshop_core 0.0.1.rc2 → 0.0.1.rc3
Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1 @@
|
|
1
|
+
require 'generators/nimbleshop/app/app_generator'
|
data/lib/nimbleshop/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: nimbleshop_core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.1.
|
4
|
+
version: 0.0.1.rc3
|
5
5
|
prerelease: 6
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-07-
|
12
|
+
date: 2012-07-05 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -415,6 +415,7 @@ files:
|
|
415
415
|
- lib/nimbleshop/core_ext/force_ssl.rb
|
416
416
|
- lib/nimbleshop/core_ext/mustache_templater_handler.rb
|
417
417
|
- lib/nimbleshop/engine.rb
|
418
|
+
- lib/nimbleshop/generator.rb
|
418
419
|
- lib/nimbleshop/permalink/builder.rb
|
419
420
|
- lib/nimbleshop/processor/base.rb
|
420
421
|
- lib/nimbleshop/processor.rb
|