tw_bootstrap_helper 1.0.0 → 1.0.1
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.
- data/README.rdoc +13 -1
- data/lib/generators/bootstrap/bootstrap_generator.rb +1 -1
- metadata +4 -4
data/README.rdoc
CHANGED
@@ -1,6 +1,18 @@
|
|
1
1
|
= tw_bootstrap_helper
|
2
2
|
|
3
|
-
|
3
|
+
This gem provides some helpers that make use of twitter bootstrap more familiar to rails developers.
|
4
|
+
|
5
|
+
It's simple.
|
6
|
+
|
7
|
+
= Install
|
8
|
+
|
9
|
+
to install tw_bootstrap_helpers, just type on terminal:
|
10
|
+
|
11
|
+
gem install tw_bootstrap_helper
|
12
|
+
|
13
|
+
= Usage
|
14
|
+
|
15
|
+
See https://github.com/orangeweb/tw_bootstrap_helper/wiki
|
4
16
|
|
5
17
|
== Contributing to tw_bootstrap_helper
|
6
18
|
|
@@ -10,7 +10,7 @@ class BootstrapGenerator < Rails::Generators::NamedBase
|
|
10
10
|
copy_file "9990-bootstrap-buttons.js", "app/assets/javascripts/bootstrap/9990-bootstrap-buttons.js" if options.bootstrap?
|
11
11
|
copy_file "9990-bootstrap-dropdown.js", "app/assets/javascripts/bootstrap/9990-bootstrap-dropdown.js" if options.bootstrap?
|
12
12
|
copy_file "9990-bootstrap-modal.js", "app/assets/javascripts/bootstrap/9990-bootstrap-modal.js" if options.bootstrap?
|
13
|
-
copy_file "
|
13
|
+
copy_file "9990-bootstrap-popover.js", "app/assets/javascripts/bootstrap/9990-bootstrap-popover.js" if options.bootstrap?
|
14
14
|
copy_file "9990-bootstrap-tabs.js", "app/assets/javascripts/bootstrap/9990-bootstrap-tabs.js" if options.bootstrap?
|
15
15
|
copy_file "9990-bootstrap-twipsy.js", "app/assets/javascripts/bootstrap/9990-bootstrap-twipsy.js" if options.bootstrap?
|
16
16
|
copy_file "9990-jquery-tablesorter.js", "app/assets/javascripts/bootstrap/9990-jquery-tablesorter.js" if options.bootstrap?
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tw_bootstrap_helper
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 21
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 1.0.
|
9
|
+
- 1
|
10
|
+
version: 1.0.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Agencia Orangeweb
|
@@ -16,7 +16,7 @@ autorequire:
|
|
16
16
|
bindir: bin
|
17
17
|
cert_chain: []
|
18
18
|
|
19
|
-
date: 2011-12-
|
19
|
+
date: 2011-12-17 00:00:00 Z
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|
22
22
|
name: shoulda
|