flatstrap-rails 0.3.0.1 → 0.3.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.
checksums.yaml CHANGED
@@ -1,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- ZGE3Yjk0ZDNhNDFlMGQ2NTcyMTlhNzZhMGM5ZTJjZTk1ZGEwNzJiZA==
5
- data.tar.gz: !binary |-
6
- ZTEzYTU1MWY2YzFjYTgzMDc3ZDIwY2VkNDAxMzIxM2Y2ZDhmOTMzZg==
7
- !binary "U0hBNTEy":
8
- metadata.gz: !binary |-
9
- NGE5OWIxM2NmZjIzMmQ5YzU3MmFkMjNlYTE3NDdkYTQ3OTMzOGQwNjJiNDU1
10
- ZDYyNWY1MjhlOGMxNWEyOWU0MzYyOGNjNDAzZjI1ODU0M2U4ODcwYmFhZjg3
11
- YWI3MWYxMDY0NTI1NzUzZjg3NTNhNzEwZjIyZDI0MWMzMWJhZGM=
12
- data.tar.gz: !binary |-
13
- NjljNzMwZDJkYmZhMDc3ZDdlNWRmZjRhNGVhNThmNDRjYjBjZWYyZGFjMWFl
14
- Y2QxODVlMWM0ZWJiMWU2YzdkNzI4NDg1MWFmNzE1OWFjMDZhYTBkMWZkMzI3
15
- MTVmMzY1ZjczYTlmMWUzNzllMDZiZDY2ZjM4YWJjYjIwZmI0NmU=
2
+ SHA1:
3
+ metadata.gz: 59f9bd54c9149218d7f9539c8b6b833c3603c6e6
4
+ data.tar.gz: afd060c593085119f55ee6aafc1ba575d035aebf
5
+ SHA512:
6
+ metadata.gz: 498a40d5d741998633e9dc5391e1633d488858a14722e48ea9b0e5e4e0cbdf56cbe8063ea9f8224bf74c604c139a5d7c5a96765f47c63167605c680666e0e36e
7
+ data.tar.gz: 7b96d14579684c63e39ae78417be2702cd4921f2af65a73b8764bb82cac6db686b1c7dddfd3fd3a1db584372a082c5c7831f8bbe55d40b4448d63b06d9d175f4
data/README.md CHANGED
@@ -50,6 +50,10 @@ Flatstrap-rails follows Flatstrap's versioning system, with an extra patch numbe
50
50
 
51
51
  ## Credits
52
52
  [Bootstrap](http://twitter.github.com/bootstrap/) is built by Twitter.
53
+
53
54
  [twitter-bootstrap-rails](https://github.com/seyhunak/twitter-bootstrap-rails) is built by [Seyhun Akyürek](https://github.com/seyhunak).
54
- [Flatstrap] is built by [Little Spark](https://littlesparkvt.com/).
55
- [flatstrap-rails] is created an maintained by [Geoff Harcourt](http://github.com/geoffharcourt)
55
+
56
+ [Flatstrap](http://littlesparkvt.com/flatstrap/index.html) is built by [Little Spark](https://littlesparkvt.com/).
57
+
58
+ [flatstrap-rails](https://github.com/geoffharcourt/flatstrap-rails) is created and
59
+ maintained by [Geoff Harcourt](http://github.com/geoffharcourt).
@@ -3,4 +3,4 @@ module Flatstrap
3
3
  class Engine < ::Rails::Engine
4
4
  end
5
5
  end
6
- end
6
+ end
@@ -1,5 +1,5 @@
1
1
  module Flatstrap
2
2
  module Rails
3
- VERSION = "0.3.0.1"
3
+ VERSION = "0.3.0.2"
4
4
  end
5
- end
5
+ end
@@ -1788,8 +1788,8 @@ table th[class*="span"],
1788
1788
  */
1789
1789
  @font-face {
1790
1790
  font-family: 'FontAwesome';
1791
- src: url('../font/fontawesome-webfont.eot?v=3.0.1');
1792
- src: url('../font/fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'), url('../font/fontawesome-webfont.woff?v=3.0.1') format('woff'), url('../font/fontawesome-webfont.ttf?v=3.0.1') format('truetype');
1791
+ src: url('/assets/fontawesome-webfont.eot?v=3.0.1');
1792
+ src: url('/assets/fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'), url('/assets/fontawesome-webfont.woff?v=3.0.1') format('woff'), url('/assets/fontawesome-webfont.ttf?v=3.0.1') format('truetype');
1793
1793
  font-weight: normal;
1794
1794
  font-style: normal;
1795
1795
  }
@@ -198,7 +198,7 @@ table td[class*="span"],table th[class*="span"],.row-fluid table td[class*="span
198
198
  .table tbody tr.warning>td{background-color:#fcf8e3;}.table tbody tr.info>td{background-color:#d9edf7;}
199
199
  .table-hover tbody tr.success:hover>td{background-color:#d0e9c6;}.table-hover tbody tr.error:hover>td{background-color:#ebcccc;}
200
200
  .table-hover tbody tr.warning:hover>td{background-color:#faf2cc;}.table-hover tbody tr.info:hover>td{background-color:#c4e3f3;}
201
- /*!* Font Awesome 3.0.2 * the iconic font designed for use with Twitter Bootstrap * ------------------------------------------------------- * The full suite of pictographic icons,examples,and documentation * can be found at:http://fortawesome.github.com/Font-Awesome/ * * License * ------------------------------------------------------- * - The Font Awesome font is licensed under the SIL Open Font License - http://scripts.sil.org/OFL * - Font Awesome CSS,LESS,and SASS files are licensed under the MIT License - * http://opensource.org/licenses/mit-license.html * - The Font Awesome pictograms are licensed under the CC BY 3.0 License - http://creativecommons.org/licenses/by/3.0/ * - Attribution is no longer required in Font Awesome 3.0,but much appreciated:* "Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome" * Contact * ------------------------------------------------------- * Email:dave@davegandy.com * Twitter:http://twitter.com/fortaweso_me * Work:Lead Product Designer @ http://kyruus.com */ @font-face{font-family:'FontAwesome';src:url('../font/fontawesome-webfont.eot?v=3.0.1');src:url('../font/fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'),url('../font/fontawesome-webfont.woff?v=3.0.1') format('woff'),url('../font/fontawesome-webfont.ttf?v=3.0.1') format('truetype');font-weight:normal;font-style:normal;}
201
+ /*!* Font Awesome 3.0.2 * the iconic font designed for use with Twitter Bootstrap * ------------------------------------------------------- * The full suite of pictographic icons,examples,and documentation * can be found at:http://fortawesome.github.com/Font-Awesome/ * * License * ------------------------------------------------------- * - The Font Awesome font is licensed under the SIL Open Font License - http://scripts.sil.org/OFL * - Font Awesome CSS,LESS,and SASS files are licensed under the MIT License - * http://opensource.org/licenses/mit-license.html * - The Font Awesome pictograms are licensed under the CC BY 3.0 License - http://creativecommons.org/licenses/by/3.0/ * - Attribution is no longer required in Font Awesome 3.0,but much appreciated:* "Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome" * Contact * ------------------------------------------------------- * Email:dave@davegandy.com * Twitter:http://twitter.com/fortaweso_me * Work:Lead Product Designer @ http://kyruus.com */ @font-face{font-family:'FontAwesome';src:url('/assets/fontawesome-webfont.eot?v=3.0.1');src:url('/assets/fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'),url('/assets/fontawesome-webfont.woff?v=3.0.1') format('woff'),url('/assets/fontawesome-webfont.ttf?v=3.0.1') format('truetype');font-weight:normal;font-style:normal;}
202
202
  [class^="icon-"],[class*=" icon-"]{font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;display:inline;width:auto;height:auto;line-height:normal;vertical-align:baseline;background-image:none;background-position:0 0;background-repeat:repeat;margin-top:0;}
203
203
  .icon-white,.nav-pills>.active>a>[class^="icon-"],.nav-pills>.active>a>[class*=" icon-"],.nav-list>.active>a>[class^="icon-"],.nav-list>.active>a>[class*=" icon-"],.navbar-inverse .nav>.active>a>[class^="icon-"],.navbar-inverse .nav>.active>a>[class*=" icon-"],.dropdown-menu>li>a:hover>[class^="icon-"],.dropdown-menu>li>a:hover>[class*=" icon-"],.dropdown-menu>.active>a>[class^="icon-"],.dropdown-menu>.active>a>[class*=" icon-"],.dropdown-submenu:hover>a>[class^="icon-"],.dropdown-submenu:hover>a>[class*=" icon-"]{background-image:none;}
204
204
  [class^="icon-"]:before,[class*=" icon-"]:before{text-decoration:inherit;display:inline-block;speak:none;}
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flatstrap-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0.1
4
+ version: 0.3.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Geoff Harcourt
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-03-23 00:00:00.000000000 Z
11
+ date: 2013-05-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: twitter-bootstrap-rails
@@ -42,14 +42,14 @@ dependencies:
42
42
  name: rake
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - ! '>='
45
+ - - '>='
46
46
  - !ruby/object:Gem::Version
47
47
  version: '0'
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - ! '>='
52
+ - - '>='
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
55
  description: Flatstrap CSS for Rails 3.1 asset pipeline
@@ -82,12 +82,12 @@ require_paths:
82
82
  - lib
83
83
  required_ruby_version: !ruby/object:Gem::Requirement
84
84
  requirements:
85
- - - ! '>='
85
+ - - '>='
86
86
  - !ruby/object:Gem::Version
87
87
  version: '0'
88
88
  required_rubygems_version: !ruby/object:Gem::Requirement
89
89
  requirements:
90
- - - ! '>='
90
+ - - '>='
91
91
  - !ruby/object:Gem::Version
92
92
  version: '0'
93
93
  requirements: []