anjlab-bootstrap-rails 0.0.2 → 0.0.3

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.md CHANGED
@@ -9,52 +9,63 @@ anjlab-bootstrap-rails project integrates Bootstrap CSS (with SASS flavour) and
9
9
  ## Rails 3.1
10
10
  Include Bootstrap in Gemfile;
11
11
 
12
- gem 'anjlab-bootstrap-rails'
13
-
12
+ ``` ruby
13
+ gem 'anjlab-bootstrap-rails'
14
+ ```
15
+
14
16
  or you can install from latest build;
15
17
 
16
- gem 'anjlab-bootstrap-rails', :git => 'http://github.com/anjlab/bootstrap-rails.git'
17
-
18
+ ``` ruby
19
+ gem 'anjlab-bootstrap-rails', :git => 'http://github.com/anjlab/bootstrap-rails.git'
20
+ ```
21
+
18
22
  and run bundle install.
19
23
 
20
24
  ## Stylesheets
21
25
 
22
26
  Add necessary stylesheet file to app/assets/stylesheets/application.css
23
27
 
24
- *= require bootstrap
28
+ ``` css
29
+ *= require bootstrap
30
+ ```
25
31
 
26
32
  You can override boostrapr variables:
27
33
 
34
+ ``` csss
35
+ // Create app/assets/stylesheets/bootstrap.scss
36
+ // CSS Reset
37
+ @import "reset.scss";
28
38
 
29
- // Create app/assets/stylesheets/bootstrap.scss
30
- // CSS Reset
31
- @import "reset.scss";
39
+ // Core variables and mixins
40
+ @import "variables.scss"; // Modify this for custom colors, font-sizes, etc
32
41
 
33
- // Core variables and mixins
34
- @import "variables.scss"; // Modify this for custom colors, font-sizes, etc
35
- $linkColor: red; // Make all links red
42
+ $linkColor: red; // Make all links red
36
43
 
37
- @import "mixins.scss";
44
+ @import "mixins.scss";
38
45
 
39
- // Grid system and page structure
40
- @import "scaffolding.scss";
46
+ // Grid system and page structure
47
+ @import "scaffolding.scss";
41
48
 
42
- // Styled patterns and elements
43
- @import "type.scss";
44
- @import "forms.scss";
45
- @import "tables.scss";
46
- @import "patterns.scss";
49
+ // Styled patterns and elements
50
+ @import "type.scss";
51
+ @import "forms.scss";
52
+ @import "tables.scss";
53
+ @import "patterns.scss";
54
+ ```
47
55
 
48
56
  ## Javascripts
49
57
 
50
58
  Add necessary javascripts files to app/assets/javascripts/application.js
51
59
 
52
- //= require bootstrap
60
+ ``` javascript
61
+ //= require bootstrap
62
+ ```
53
63
 
54
64
  ## Thanks
55
65
  Thanks Twitter for Bootstrap
56
66
  http://twitter.github.com/bootstrap
57
- Inspired by Seyhun Akyürek and his (twitter-bootstrap-rails gem)[https://github.com/seyhunak/twitter-bootstrap-rails]
67
+
68
+ Inspired by Seyhun Akyürek and his [twitter-bootstrap-rails gem](https://github.com/seyhunak/twitter-bootstrap-rails)
58
69
 
59
70
  ## License
60
71
  Copyright (c) 2011 AnjLab
@@ -1,5 +1,5 @@
1
1
  module Bootstrap
2
2
  module Rails
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.3"
4
4
  end
5
5
  end
@@ -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 13:30:56 +0400
9
+ * Date: 2011-09-19 14:32:55 +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.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2011-09-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: railties
16
- requirement: &70177387730580 !ruby/object:Gem::Requirement
16
+ requirement: &70141744370300 !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: *70177387730580
24
+ version_requirements: *70141744370300
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: thor
27
- requirement: &70177387730040 !ruby/object:Gem::Requirement
27
+ requirement: &70141744369760 !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: *70177387730040
35
+ version_requirements: *70141744369760
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: bundler
38
- requirement: &70177387729560 !ruby/object:Gem::Requirement
38
+ requirement: &70141744369260 !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: *70177387729560
46
+ version_requirements: *70141744369260
47
47
  - !ruby/object:Gem::Dependency
48
48
  name: rails
49
- requirement: &70177387729100 !ruby/object:Gem::Requirement
49
+ requirement: &70141744368760 !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: *70177387729100
57
+ version_requirements: *70141744368760
58
58
  description: Twitter Bootstrap CSS (with SASS flavour) and JS toolkits for Rails 3
59
59
  projects
60
60
  email: