weather-seven-rails 1.0.0 → 1.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: d893f3c7123ea5cde8d1b3d1377a78ab4a93b2ec
4
- data.tar.gz: f0331a963cb4e536c199a3731493b93686bbd322
3
+ metadata.gz: 0e5ce3ce9557513452633d7d4bfff87ac20030b0
4
+ data.tar.gz: 423024038a2a3551822fececcbcb86f6b33ef1b3
5
5
  SHA512:
6
- metadata.gz: eef5f0320d04230fd415290b22f06f996e5bde4c224ecd6172661d93bd6edeabac0afeb629fb52ac2863511cc602b7ab7594e6860e218061c5d3604ae953a369
7
- data.tar.gz: c2fe086f3f625cb2d82d296b842ea91e896555bc2453f4e4f78b232e7edf22446890b9ab1b81762c0b89b8e14dd262223d80effb43c04a9bf94f803a146b1b6d
6
+ metadata.gz: 4a2c7b191fd969196b410da2b581f808ef1519f046dcd2acb880b6238b16a5c2c756a04ac316fbb5720c644310f079fb757dfe8d8b7f1bfaf7e35721300b8241
7
+ data.tar.gz: b5a17bfe63dc553b37ce40cf9d575b5de7b647c37e131037b2fbb4c82d84921289e1e761c71a2a46537d4f26966832255e4688691547bc15514a5bcf2528042e
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # weather-seven-rails [![Gem Version](http://img.shields.io/gem/v/weather-seven-rails.svg)](https://rubygems.org/gems/weather-seven-rails) [![Build Status](https://secure.travis-ci.org/bimovidia/weather-seven-rails.svg)](http://travis-ci.org/bimovidia/weather-seven-rails)
2
2
 
3
3
  weather-seven-rails provides the
4
- [Stroke 7](http://www.pixeden.com/icon-fonts/weather-7-icon-font-set) web fonts and
4
+ [Weather 7](http://www.pixeden.com/icon-fonts/weather-7-icon-font-set) web fonts and
5
5
  stylesheets as a Rails engine for use with the asset pipeline.
6
6
 
7
7
  ## Installation
@@ -117,15 +117,15 @@ so that these helpers are automatically loaded in production environments.
117
117
 
118
118
  ## Versioning
119
119
 
120
- Versioning follows the core releases of Stroke 7 which follows Semantic
120
+ Versioning follows the core releases of Weather 7 which follows Semantic
121
121
  Versioning 2.0 as defined at <http://semver.org>. We will do our best not to
122
- make any breaking changes until Stroke 7 core makes a major version bump.
122
+ make any breaking changes until Weather 7 core makes a major version bump.
123
123
 
124
124
  ## License
125
125
 
126
- * The [Stroke 7](http://www.pixeden.com/icon-fonts/weather-7-icon-font-set) font is
126
+ * The [Weather 7](http://www.pixeden.com/icon-fonts/weather-7-icon-font-set) font is
127
127
  licensed under the [SIL Open Font License](http://scripts.sil.org/OFL).
128
- * [Stroke 7](http://github.com/bimovidia/weather-seven-rails) CSS files are
128
+ * [Weather 7](http://github.com/bimovidia/weather-seven-rails) CSS files are
129
129
  licensed under the [MIT License](http://opensource.org/licenses/mit-license.html).
130
130
  * The remainder of the weather-seven-rails project is licensed under the
131
131
  [MIT License](http://opensource.org/licenses/mit-license.html).
@@ -1,6 +1,6 @@
1
1
  module WeatherSeven
2
2
  module Rails
3
+ VERSION = "1.0.1"
3
4
  W7_VERSION = "1.0.0"
4
- VERSION = "1.0.0"
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: weather-seven-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - bimovidia
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-10-26 00:00:00.000000000 Z
11
+ date: 2017-01-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -17,9 +17,6 @@ dependencies:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: '3.2'
20
- - - "<"
21
- - !ruby/object:Gem::Version
22
- version: '5.0'
23
20
  type: :runtime
24
21
  prerelease: false
25
22
  version_requirements: !ruby/object:Gem::Requirement
@@ -27,9 +24,6 @@ dependencies:
27
24
  - - ">="
28
25
  - !ruby/object:Gem::Version
29
26
  version: '3.2'
30
- - - "<"
31
- - !ruby/object:Gem::Version
32
- version: '5.0'
33
27
  - !ruby/object:Gem::Dependency
34
28
  name: activesupport
35
29
  requirement: !ruby/object:Gem::Requirement
@@ -90,7 +84,6 @@ files:
90
84
  - test/dummy/config/environment.rb
91
85
  - test/dummy/config/initializers/secret_token.rb
92
86
  - test/dummy/config/routes.rb
93
- - test/dummy/log/test.log
94
87
  - test/icon_helper_test.rb
95
88
  - test/test_helper.rb
96
89
  - test/weather_seven_rails_test.rb
@@ -115,7 +108,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
115
108
  version: '0'
116
109
  requirements: []
117
110
  rubyforge_project:
118
- rubygems_version: 2.4.3
111
+ rubygems_version: 2.5.1
119
112
  signing_key:
120
113
  specification_version: 4
121
114
  summary: an asset gemification of the Weather 7 icon font library
@@ -131,7 +124,6 @@ test_files:
131
124
  - test/dummy/config/initializers/secret_token.rb
132
125
  - test/dummy/config/routes.rb
133
126
  - test/dummy/config.ru
134
- - test/dummy/log/test.log
135
127
  - test/icon_helper_test.rb
136
128
  - test/test_helper.rb
137
129
  - test/weather_seven_rails_test.rb
@@ -1,122 +0,0 @@
1
- -------------------------------------------------------------------
2
- WeatherSevenRailsTest: test_helpers_should_be_available_in_the_view
3
- -------------------------------------------------------------------
4
- Started GET "/icons" for 127.0.0.1 at 2015-10-26 00:47:07 -0400
5
- Processing by PagesController#icons as HTML
6
- Rendered pages/icons.html.erb (1.5ms)
7
- Completed 200 OK in 8ms (Views: 7.8ms)
8
- --------------------------------------------------
9
- WeatherSevenRailsTest: test_stylesheets_are_served
10
- --------------------------------------------------
11
- Started GET "/assets/weather-seven.css" for 127.0.0.1 at 2015-10-26 00:47:07 -0400
12
- --------------------------------------------------------------------
13
- WeatherSevenRailsTest: test_stylesheet_is_available_in_a_scss_import
14
- --------------------------------------------------------------------
15
- Started GET "/assets/scss-import.css" for 127.0.0.1 at 2015-10-26 00:47:07 -0400
16
- --------------------------------------------------------------------
17
- WeatherSevenRailsTest: test_stylesheet_is_available_in_a_sass_import
18
- --------------------------------------------------------------------
19
- Started GET "/assets/sass-import.css" for 127.0.0.1 at 2015-10-26 00:47:07 -0400
20
- ------------------------------------------------------------------------------
21
- WeatherSevenRailsTest: test_stylesheet_is_available_in_a_css_sprockets_require
22
- ------------------------------------------------------------------------------
23
- Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2015-10-26 00:47:07 -0400
24
- ----------------------------------------------------------------------------------
25
- WeatherSevenRailsTest: test_stylesheets_contain_asset_pipeline_references_to_fonts
26
- ----------------------------------------------------------------------------------
27
- Started GET "/assets/weather-seven.css" for 127.0.0.1 at 2015-10-26 00:47:07 -0400
28
- --------------------------------------------
29
- WeatherSevenRailsTest: test_fonts_are_served
30
- --------------------------------------------
31
- Started GET "/assets/Pe-icon-7-weather.eot" for 127.0.0.1 at 2015-10-26 00:47:07 -0400
32
- Started GET "/assets/Pe-icon-7-weather.woff" for 127.0.0.1 at 2015-10-26 00:47:07 -0400
33
- Started GET "/assets/Pe-icon-7-weather.ttf" for 127.0.0.1 at 2015-10-26 00:47:07 -0400
34
- Started GET "/assets/Pe-icon-7-weather.svg" for 127.0.0.1 at 2015-10-26 00:47:07 -0400
35
- --------------------------------------------
36
- WeatherSevenRailsTest: test_engine_is_loaded
37
- --------------------------------------------
38
- ------------------------------------------------------------------------------
39
- WeatherSeven::Rails::IconHelperTest: test_#w7_icon_should_pull_it_all_together
40
- ------------------------------------------------------------------------------
41
- -------------------------------------------------------------------------------------------
42
- WeatherSeven::Rails::IconHelperTest: test_#w7_icon_should_render_different_individual_icons
43
- -------------------------------------------------------------------------------------------
44
- ------------------------------------------------------------------------------------------
45
- WeatherSeven::Rails::IconHelperTest: test_#w7_icon_with_no_args_should_render_an_wind_icon
46
- ------------------------------------------------------------------------------------------
47
- -----------------------------------------------------------------------------------
48
- WeatherSeven::Rails::IconHelperTest: test_#w7_icon_should_not_html_escape_safe_text
49
- -----------------------------------------------------------------------------------
50
- -----------------------------------------------------------------------------------
51
- WeatherSeven::Rails::IconHelperTest: test_#w7_icon_should_incorporate_a_text_suffix
52
- -----------------------------------------------------------------------------------
53
- ----------------------------------------------------------------------------------------
54
- WeatherSeven::Rails::IconHelperTest: test_#w7_icon_should_pass_all_other_options_through
55
- ----------------------------------------------------------------------------------------
56
- --------------------------------------------------------------------------
57
- WeatherSeven::Rails::IconHelperTest: test_#w7_icon_should_html_escape_text
58
- --------------------------------------------------------------------------
59
- ---------------------------------------------------------------------------------------------
60
- WeatherSeven::Rails::IconHelperTest: test_#w7_icon_should_incorporate_additional_class_styles
61
- ---------------------------------------------------------------------------------------------
62
- ----------------------------------------------------------------------------------
63
- WeatherSevenRailsTest: test_stylesheets_contain_asset_pipeline_references_to_fonts
64
- ----------------------------------------------------------------------------------
65
- Started GET "/assets/weather-seven.css" for 127.0.0.1 at 2015-10-26 00:47:55 -0400
66
- ------------------------------------------------------------------------------
67
- WeatherSevenRailsTest: test_stylesheet_is_available_in_a_css_sprockets_require
68
- ------------------------------------------------------------------------------
69
- Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2015-10-26 00:47:55 -0400
70
- --------------------------------------------------------------------
71
- WeatherSevenRailsTest: test_stylesheet_is_available_in_a_scss_import
72
- --------------------------------------------------------------------
73
- Started GET "/assets/scss-import.css" for 127.0.0.1 at 2015-10-26 00:47:55 -0400
74
- --------------------------------------------
75
- WeatherSevenRailsTest: test_engine_is_loaded
76
- --------------------------------------------
77
- -------------------------------------------------------------------
78
- WeatherSevenRailsTest: test_helpers_should_be_available_in_the_view
79
- -------------------------------------------------------------------
80
- Started GET "/icons" for 127.0.0.1 at 2015-10-26 00:47:55 -0400
81
- Processing by PagesController#icons as HTML
82
- Rendered pages/icons.html.erb (1.5ms)
83
- Completed 200 OK in 6ms (Views: 6.2ms)
84
- --------------------------------------------
85
- WeatherSevenRailsTest: test_fonts_are_served
86
- --------------------------------------------
87
- Started GET "/assets/Pe-icon-7-weather.eot" for 127.0.0.1 at 2015-10-26 00:47:55 -0400
88
- Started GET "/assets/Pe-icon-7-weather.woff" for 127.0.0.1 at 2015-10-26 00:47:55 -0400
89
- Started GET "/assets/Pe-icon-7-weather.ttf" for 127.0.0.1 at 2015-10-26 00:47:55 -0400
90
- Started GET "/assets/Pe-icon-7-weather.svg" for 127.0.0.1 at 2015-10-26 00:47:55 -0400
91
- --------------------------------------------------
92
- WeatherSevenRailsTest: test_stylesheets_are_served
93
- --------------------------------------------------
94
- Started GET "/assets/weather-seven.css" for 127.0.0.1 at 2015-10-26 00:47:55 -0400
95
- --------------------------------------------------------------------
96
- WeatherSevenRailsTest: test_stylesheet_is_available_in_a_sass_import
97
- --------------------------------------------------------------------
98
- Started GET "/assets/sass-import.css" for 127.0.0.1 at 2015-10-26 00:47:55 -0400
99
- -----------------------------------------------------------------------------------
100
- WeatherSeven::Rails::IconHelperTest: test_#w7_icon_should_incorporate_a_text_suffix
101
- -----------------------------------------------------------------------------------
102
- ------------------------------------------------------------------------------
103
- WeatherSeven::Rails::IconHelperTest: test_#w7_icon_should_pull_it_all_together
104
- ------------------------------------------------------------------------------
105
- --------------------------------------------------------------------------
106
- WeatherSeven::Rails::IconHelperTest: test_#w7_icon_should_html_escape_text
107
- --------------------------------------------------------------------------
108
- -----------------------------------------------------------------------------------
109
- WeatherSeven::Rails::IconHelperTest: test_#w7_icon_should_not_html_escape_safe_text
110
- -----------------------------------------------------------------------------------
111
- ------------------------------------------------------------------------------------------
112
- WeatherSeven::Rails::IconHelperTest: test_#w7_icon_with_no_args_should_render_an_wind_icon
113
- ------------------------------------------------------------------------------------------
114
- -------------------------------------------------------------------------------------------
115
- WeatherSeven::Rails::IconHelperTest: test_#w7_icon_should_render_different_individual_icons
116
- -------------------------------------------------------------------------------------------
117
- ----------------------------------------------------------------------------------------
118
- WeatherSeven::Rails::IconHelperTest: test_#w7_icon_should_pass_all_other_options_through
119
- ----------------------------------------------------------------------------------------
120
- ---------------------------------------------------------------------------------------------
121
- WeatherSeven::Rails::IconHelperTest: test_#w7_icon_should_incorporate_additional_class_styles
122
- ---------------------------------------------------------------------------------------------