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.
@@ -1,5 +1,5 @@
1
1
  # TODO cache it
2
- Settings = Util.config2hash(Rails.root.join('config', 'application.yml'))
2
+ Settings = Util.config2hash(Rails.root.join('config', 'application.yml')) rescue nil
3
3
 
4
4
  module Nimbleshop
5
5
  extend self
@@ -0,0 +1 @@
1
+ require 'generators/nimbleshop/app/app_generator'
@@ -3,7 +3,7 @@ module Nimbleshop
3
3
  @major = 0
4
4
  @minor = 0
5
5
  @tiny = 1
6
- @build = 'rc2'
6
+ @build = 'rc3'
7
7
 
8
8
  class << self
9
9
  attr_reader :major, :minor, :tiny, :build
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.rc2
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-03 00:00:00.000000000 Z
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