anjlab-bootstrap-rails 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -10,13 +10,14 @@ anjlab-bootstrap-rails project integrates Bootstrap CSS (with SASS flavour) and
10
10
  Include Bootstrap in Gemfile;
11
11
 
12
12
  ``` ruby
13
- gem 'anjlab-bootstrap-rails'
13
+ gem 'anjlab-bootstrap-rails', :require => 'bootstrap-rails'
14
14
  ```
15
15
 
16
16
  or you can install from latest build;
17
17
 
18
18
  ``` ruby
19
- gem 'anjlab-bootstrap-rails', :git => 'http://github.com/anjlab/bootstrap-rails.git'
19
+ gem 'anjlab-bootstrap-rails', :require => 'bootstrap-rails',
20
+ :git => 'git://github.com/anjlab/bootstrap-rails.git'
20
21
  ```
21
22
 
22
23
  and run bundle install.
@@ -55,10 +56,20 @@ $linkColor: red; // Make all links red
55
56
 
56
57
  ## Javascripts
57
58
 
58
- Add necessary javascripts files to app/assets/javascripts/application.js
59
+ Add necessary javascript(s) files to app/assets/javascripts/application.js
59
60
 
60
61
  ``` javascript
62
+ // Include all twitter's javascripts
61
63
  //= require bootstrap
64
+
65
+ // Or peek any of them yourself
66
+ //= require bootstrap-alerts
67
+ //= require bootstrap-dropdown
68
+ //= require bootstrap-modal
69
+ //= require bootstrap-popover
70
+ //= require bootstrap-scrollspy
71
+ //= require bootstrap-tabs
72
+ //= require bootstrap-twipsy
62
73
  ```
63
74
 
64
75
  ## Thanks
@@ -6,7 +6,7 @@ Gem::Specification.new do |gem|
6
6
  gem.email = ["yury.korolev@gmail.com"]
7
7
  gem.description = %q{Twitter Bootstrap CSS (with SASS flavour) and JS toolkits for Rails 3 projects}
8
8
  gem.summary = %q{Bootstrap CSS (with SASS flavour) and JS toolkits for Rails 3 projects}
9
- gem.homepage = ""
9
+ gem.homepage = "https://github.com/anjlab/bootstrap-rails"
10
10
 
11
11
  gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
12
12
  gem.files = `git ls-files`.split("\n")
@@ -1,5 +1,5 @@
1
1
  module Bootstrap
2
2
  module Rails
3
- VERSION = "0.0.3"
3
+ VERSION = "0.0.4"
4
4
  end
5
5
  end
@@ -40,7 +40,7 @@
40
40
  }
41
41
 
42
42
  , getContent: function () {
43
- var contentvar
43
+ var content
44
44
  , $e = this.$element
45
45
  , o = this.options
46
46
 
@@ -28,7 +28,7 @@
28
28
  function tab( e ) {
29
29
  var $this = $(this)
30
30
  , href = $this.attr('href')
31
- , $ul = $(e.liveFired)
31
+ , $ul = $this.closest('ul')
32
32
  , $controlled
33
33
 
34
34
  if (/^#\w+/.test(href)) {
@@ -6,7 +6,7 @@
6
6
  * http://www.apache.org/licenses/LICENSE-2.0
7
7
  *
8
8
  * Designed and built with all the love in the world @twitter by @mdo and @fat.
9
- * Date: 2011-09-19 14:32:55 +0400
9
+ * Date: 2011-09-20 11:28:01 +0400
10
10
  */
11
11
 
12
12
  // CSS Reset
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: anjlab-bootstrap-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-09-19 00:00:00.000000000 Z
12
+ date: 2011-09-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: railties
16
- requirement: &70141744370300 !ruby/object:Gem::Requirement
16
+ requirement: &70348637392800 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ~>
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: '3.0'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70141744370300
24
+ version_requirements: *70348637392800
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: thor
27
- requirement: &70141744369760 !ruby/object:Gem::Requirement
27
+ requirement: &70348637392280 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ~>
@@ -32,10 +32,10 @@ dependencies:
32
32
  version: '0.14'
33
33
  type: :runtime
34
34
  prerelease: false
35
- version_requirements: *70141744369760
35
+ version_requirements: *70348637392280
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: bundler
38
- requirement: &70141744369260 !ruby/object:Gem::Requirement
38
+ requirement: &70348637391760 !ruby/object:Gem::Requirement
39
39
  none: false
40
40
  requirements:
41
41
  - - ! '>='
@@ -43,10 +43,10 @@ dependencies:
43
43
  version: 1.0.0
44
44
  type: :development
45
45
  prerelease: false
46
- version_requirements: *70141744369260
46
+ version_requirements: *70348637391760
47
47
  - !ruby/object:Gem::Dependency
48
48
  name: rails
49
- requirement: &70141744368760 !ruby/object:Gem::Requirement
49
+ requirement: &70348637391240 !ruby/object:Gem::Requirement
50
50
  none: false
51
51
  requirements:
52
52
  - - ~>
@@ -54,7 +54,7 @@ dependencies:
54
54
  version: '3.0'
55
55
  type: :development
56
56
  prerelease: false
57
- version_requirements: *70141744368760
57
+ version_requirements: *70348637391240
58
58
  description: Twitter Bootstrap CSS (with SASS flavour) and JS toolkits for Rails 3
59
59
  projects
60
60
  email:
@@ -89,7 +89,7 @@ files:
89
89
  - vendor/assets/stylesheets/tables.scss
90
90
  - vendor/assets/stylesheets/type.scss
91
91
  - vendor/assets/stylesheets/variables.scss
92
- homepage: ''
92
+ homepage: https://github.com/anjlab/bootstrap-rails
93
93
  licenses: []
94
94
  post_install_message:
95
95
  rdoc_options: []