bootstrap_v3 0.0.15 → 0.1

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: 06d63876a78f7ee43e49aab68951e2993bb2ba45
4
- data.tar.gz: e2032c43b0c5272b883deddb4a1d022083e928ca
3
+ metadata.gz: 81219714714ee6d479ca6240025b762669ef2285
4
+ data.tar.gz: 15b8aa10e4d5f669494ca5fde01cbed4ad7a6d42
5
5
  SHA512:
6
- metadata.gz: 82cb5d2583101cac2cd76fd76f58bb0dd9e4ad19036bde2d351f56b7f438f23830c931f9d97e5ed4c27f3879573e3ba9486ed17e1e04d3db5f843a54a8ec15b2
7
- data.tar.gz: 34b6c1a9e9591a2e7a60ddcaf3201cfb836085d399c39ffd82c9d713bb8fb71c0e06248fcc4b4676fde0930e5595f00363b40bda387eb9c86750841c6ae0b2f9
6
+ metadata.gz: bca20f078518d75262026f4e451c3bd11c13a4e512c8ee3f07a0e0badf9fbbe5a8ace40f1c0823b3212f71fa6158dd409812a9c6b61c684a3107c929e7e8af59
7
+ data.tar.gz: 9f5963c9fd21f9c28eb3227decc7c811a9b6ee1943fcc8b897e88df787573e9eda2b5fdd1edb6b5420c7e2e82847e62862b94fb6d6b84af65dfd1912dc45853a
data/README.md CHANGED
@@ -1,4 +1,26 @@
1
- bootstrap_v3
2
- ============
3
-
1
+ # Bootstrap V3 (for Rails)
4
2
  Sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development.
3
+
4
+ Homepage: http://getbootstrap.com/
5
+
6
+ ## Installation
7
+ Inside your Gemfile add the following lines:
8
+ ```ruby
9
+ gem 'therubyracer'
10
+ gem 'less-rails'
11
+ gem "bootstrap_v3"
12
+ ```
13
+ Then run `bundle install` to install gems.
14
+
15
+ Run generator to include assets to your project
16
+ ```bash
17
+ rails g bootstrap:install
18
+ ```
19
+
20
+ ## Contributing
21
+
22
+ 1. Fork it
23
+ 2. Create your feature branch (`git checkout -b my-new-feature`)
24
+ 3. Commit your changes (`git commit -am 'Add some feature'`)
25
+ 4. Push to the branch (`git push origin my-new-feature`)
26
+ 5. Create new Pull Request
@@ -1,7 +1,7 @@
1
1
  module Bootstrap
2
2
  module V3
3
3
  module Rails
4
- VERSION = "0.0.15"
4
+ VERSION = "0.1"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootstrap_v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.15
4
+ version: '0.1'
5
5
  platform: ruby
6
6
  authors:
7
7
  - AmirolAhmad