themify-icons-rails 1.0.1.0 → 1.0.1.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: c74723fd7f25a789a8aaadbd985a9d15ee5d8f30
4
- data.tar.gz: b533722e78a95c857dd3af346315a2186392bf47
3
+ metadata.gz: 182a9f6e314f9a3634eb52632a91641c1846ec80
4
+ data.tar.gz: 679ec572187f226b2dbd3e1e67c27c0e6bcecba6
5
5
  SHA512:
6
- metadata.gz: 94afe2db69c440c72bcbc62b5648f2dae376502cc7f36492fee210cd89044b2c7e5e9a362db5beaa95374d35541c3fa1dd3b98bc0194b1d4e5db3e1b36c8dfd7
7
- data.tar.gz: 9cb54e415de9d5ee5f607782a18d03fbe44dd930f476647e6e725aa409351534a049a25c6dd1328e4ef5a504ab9a9e7222889fe3d311db14131c4dc6435a3ab4
6
+ metadata.gz: 4fb8ed27a31a10fe1dc32143ffa2c746bf7efedbba939f939c18ec85e75b67d3e9ce183190a8e3c4735319a80bf539ceadfdadcf67cfd3f6bf27c8a269bc3b4d
7
+ data.tar.gz: 8a3d660341f09dee85b88d0961a23bc634972837b229a140f59040c549b8378eaec1fa1c005d889165eeeac641dad5e62274fedb7d88eb1f85bee28f2c279213
data/README.md CHANGED
@@ -42,7 +42,7 @@ Alternatively you can import the fonts within a `.scss` file:
42
42
 
43
43
  ## Contributing
44
44
 
45
- 1. Fork it ( https://github.com/[my-github-username]/themify-icons-rails/fork )
45
+ 1. Fork it ( https://github.com/hpoydar/themify-icons-rails/fork )
46
46
  2. Create your feature branch (`git checkout -b my-new-feature`)
47
47
  3. Commit your changes (`git commit -am 'Add some feature'`)
48
48
  4. Push to the branch (`git push origin my-new-feature`)
@@ -1,5 +1,5 @@
1
1
  module ThemifyIcons
2
2
  module Rails
3
- VERSION = "1.0.1.0"
3
+ VERSION = "1.0.1.1"
4
4
  end
5
5
  end
@@ -130,3 +130,38 @@ ThemifyIconsRailsTest: test_themify.woff_is_served
130
130
  --------------------------------------------------
131
131
  Started GET "/assets/themify.woff" for 127.0.0.1 at 2014-07-17 10:26:01 -0400
132
132
   (0.0ms) rollback transaction
133
+  (0.1ms) begin transaction
134
+ --------------------------------------------
135
+ ThemifyIconsRailsTest: test_engine_is_loaded
136
+ --------------------------------------------
137
+  (0.0ms) rollback transaction
138
+  (0.0ms) begin transaction
139
+ ------------------------------------------------------------------------
140
+ ThemifyIconsRailsTest: test_stylesheet_is_served_with_the_asset_pipeline
141
+ ------------------------------------------------------------------------
142
+ Started GET "/assets/themify-icons.css" for 127.0.0.1 at 2014-09-30 13:50:15 -0400
143
+  (0.1ms) rollback transaction
144
+  (0.1ms) begin transaction
145
+ -------------------------------------------------
146
+ ThemifyIconsRailsTest: test_themify.eot_is_served
147
+ -------------------------------------------------
148
+ Started GET "/assets/themify.eot" for 127.0.0.1 at 2014-09-30 13:50:15 -0400
149
+  (0.0ms) rollback transaction
150
+  (0.0ms) begin transaction
151
+ -------------------------------------------------
152
+ ThemifyIconsRailsTest: test_themify.svg_is_served
153
+ -------------------------------------------------
154
+ Started GET "/assets/themify.svg" for 127.0.0.1 at 2014-09-30 13:50:15 -0400
155
+  (0.0ms) rollback transaction
156
+  (0.1ms) begin transaction
157
+ -------------------------------------------------
158
+ ThemifyIconsRailsTest: test_themify.ttf_is_served
159
+ -------------------------------------------------
160
+ Started GET "/assets/themify.ttf" for 127.0.0.1 at 2014-09-30 13:50:15 -0400
161
+  (0.0ms) rollback transaction
162
+  (0.0ms) begin transaction
163
+ --------------------------------------------------
164
+ ThemifyIconsRailsTest: test_themify.woff_is_served
165
+ --------------------------------------------------
166
+ Started GET "/assets/themify.woff" for 127.0.0.1 at 2014-09-30 13:50:15 -0400
167
+  (0.0ms) rollback transaction
@@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
17
17
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
18
18
  spec.require_paths = ["lib"]
19
19
 
20
- spec.add_dependency "rails", "~> 4.1.4"
20
+ spec.add_dependency "rails", "~> 4.1"
21
21
 
22
22
  spec.add_development_dependency "sqlite3"
23
23
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: themify-icons-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1.0
4
+ version: 1.0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Henry Poydar
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-07-17 00:00:00.000000000 Z
11
+ date: 2014-09-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 4.1.4
19
+ version: '4.1'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 4.1.4
26
+ version: '4.1'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: sqlite3
29
29
  requirement: !ruby/object:Gem::Requirement