mini-bootstrap-rails 0.0.1 → 0.0.2

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.
@@ -1,7 +1,7 @@
1
1
  module Mini
2
2
  module Bootstrap
3
3
  module Rails
4
- VERSION = "0.0.1"
4
+ VERSION = "0.0.2"
5
5
  end
6
6
  end
7
7
  end
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
7
7
  s.version = Mini::Bootstrap::Rails::VERSION
8
8
  s.authors = ["Camel song"]
9
9
  s.email = ["neosoyn@gmail.com"]
10
- s.homepage = ""
10
+ s.homepage = "https://github.com/camelsong/mini-bootstrap-rails"
11
11
  s.summary = %q{A pure gem just adds bootstrap to your Rails project.}
12
12
  s.description = %q{A pure gem just adds bootstrap to your Rails project.}
13
13
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mini-bootstrap-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -33,7 +33,7 @@ files:
33
33
  - vendor/assets/stylesheets/bootstrap-responsive.min.css
34
34
  - vendor/assets/stylesheets/bootstrap.css
35
35
  - vendor/assets/stylesheets/bootstrap.min.css
36
- homepage: ''
36
+ homepage: https://github.com/camelsong/mini-bootstrap-rails
37
37
  licenses: []
38
38
  post_install_message:
39
39
  rdoc_options: []