bootstrap-rails-engine 3.0.0.3 → 3.0.0.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 89c1552f35f6a5af56783a7a08ad0bba51529303
4
- data.tar.gz: 2808cdcef29b87de70e94c3db1fc61e1b86fce4e
3
+ metadata.gz: 7154c81312678e260a9c181a737ecc15362be9aa
4
+ data.tar.gz: 27ee24f78eb880787fa8ee054a54da94e9ac46b9
5
5
  SHA512:
6
- metadata.gz: 3d287ed81e959fb1802f685ca1dcad4ba50e0b19bc6e0c907daade41ba0c5a46f0f11fda433c2fe6db7672c18c2f63a24a913650aae189942a7538aae8a8bc22
7
- data.tar.gz: bb3c43337efdbd0d204cc880db7e7b4af702f2d657e740ec0a60a46372b7924c1c299a06e16fb868259015a2656d8be2e43c4eec242b1fd4defc49cb53b20a38
6
+ metadata.gz: af609adbb687be15c71f0f1db5437fd23f106d33e6c548a8a5527d54ab2d23ad72c6b38ef4862b6beb6a9315a2d7493825213e8fa99988b0e8319b156574be7c
7
+ data.tar.gz: 2e4d52eb9800a0075a8c3756f621090f3abdc50855c1d0266810fe83c75b50ca830c75f7c87a76d38e1a1789b40d274e8c3974d93f1e1896e742c8f1f7b2c37d
checksums.yaml.gz.sig CHANGED
Binary file
@@ -10,6 +10,7 @@ Gem::Specification.new do |gem|
10
10
  gem.homepage = "https://github.com/yjchen/bootstrap-rails-engine"
11
11
  gem.description = %q{Twitter Bootstrap for Rails 3}
12
12
  gem.summary = gem.description
13
+ gem.license = 'MIT'
13
14
 
14
15
  gem.files = `git ls-files`.split("\n")
15
16
  gem.require_paths = ["lib"]
@@ -1,6 +1,6 @@
1
1
  module BootstrapRailsEngine
2
2
  module Rails
3
- VERSION = "3.0.0.3"
3
+ VERSION = "3.0.0.4"
4
4
  TWITTER_BOOTSTRAP = "3.0.0"
5
5
  BOOTSTRAP_DATEPICKER = "1.2.0"
6
6
  end
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootstrap-rails-engine
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0.3
4
+ version: 3.0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yen-Ju Chen
@@ -103,7 +103,8 @@ files:
103
103
  - lib/bootstrap-rails-engine.rb
104
104
  - lib/bootstrap-rails-engine/version.rb
105
105
  homepage: https://github.com/yjchen/bootstrap-rails-engine
106
- licenses: []
106
+ licenses:
107
+ - MIT
107
108
  metadata: {}
108
109
  post_install_message:
109
110
  rdoc_options: []
metadata.gz.sig CHANGED
Binary file