bootswatch_rails 3.2.0.36 → 3.2.0.37

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4dc22d87a60cbfe27d9c109802ec3756ea48ec63
4
- data.tar.gz: 1cb2dca2b5ef06bbde99fdb60ab014cd69f347e8
3
+ metadata.gz: 9c7c4fb3596c86538aebc4739684e78f830a85b8
4
+ data.tar.gz: 23c1778f389f1d174e0ad8e0dd3d22ad482904fc
5
5
  SHA512:
6
- metadata.gz: 9666f98c839e57a3a3fc8e49cce0b1b9b1724fba01107eaa66369079084e04e7761886306ceb03774df0c2115639d576ff05b01670a271ed7628d19137226e2a
7
- data.tar.gz: ec608cb5e046a7a2763ff6e2ca3918e3ca50b138a3c0ca75d774f2cd8fb583fc369e5c5d65d04fd45b33a8da2c49178b45db726c3298f0d131d7b5839165dc1a
6
+ metadata.gz: f2024065c3147389a47c06050a1ec6efcaaa3dc76e2a5a8055e22c366e06f627d7a215917eee6a45d2e96f2eda1406d4be89f7b744a6a1c7ec7b13f8a62d78e5
7
+ data.tar.gz: ab70343201e5ec831c27949ffb8f0cbd6e39ade9e322634266b551802915586471eac7564bf3d89f9560c71e5032f9d456643c4a8403c4a5ea0546127401a508
@@ -1,7 +1,7 @@
1
1
  module BootswatchRails
2
2
  BOOTSTRAP = "3.2.0"
3
3
  FONT_AWESOME = "4.2.0"
4
- VERSION = "3.2.0.36"
4
+ VERSION = "3.2.0.37"
5
5
 
6
6
  THEMES = [:amelia, :cerulean, :cosmo, :custom, :cyborg, :darkly, :flatly, :journal, :lumen, :paper, :readable, :sandstone, :simplex, :slate, :spacelab, :superhero, :united, :yeti]
7
7
  DEFAULT = 1
@@ -8,14 +8,14 @@ module BootswatchRails
8
8
  desc: "The resource to be updated"
9
9
  argument :user, type: :string, default: "user",
10
10
  banner: "name of the user model"
11
- class_option :helper, type: :boolean, default: false,
12
- banner: "create helper for view shortcuts"
11
+ class_option :init, type: :boolean, default: false,
12
+ banner: "create helper for view helpers"
13
13
  class_option :migration, type: :boolean, default: false,
14
14
  desc: 'Create a migration for added attributes'
15
15
  source_root File.expand_path('../templates', __FILE__)
16
16
 
17
17
  def add_helper
18
- return unless options.helper?
18
+ return unless options.init?
19
19
  template "created_by_helper.rb", "app/helpers/created_by_helper.rb"
20
20
  end
21
21
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootswatch_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.0.36
4
+ version: 3.2.0.37
5
5
  platform: ruby
6
6
  authors:
7
7
  - Volker Wiegand
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-24 00:00:00.000000000 Z
11
+ date: 2014-10-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties