batch-rails 1.1.1 → 1.3.1
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 +3 -4
- data/batch-rails.gemspec +3 -5
- data/lib/batch-rails/version.rb +1 -1
- data/vendor/assets/fonts/batch.eot +0 -0
- data/vendor/assets/fonts/batch.svg +356 -1259
- data/vendor/assets/fonts/batch.ttf +0 -0
- data/vendor/assets/fonts/batch.woff +0 -0
- data/vendor/assets/stylesheets/batch.css.erb +25 -920
- metadata +6 -7
metadata
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: batch-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.3.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
|
-
- Ben
|
8
|
+
- Ben Hainez
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2013-04-11 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -43,9 +43,8 @@ dependencies:
|
|
43
43
|
- - ! '>='
|
44
44
|
- !ruby/object:Gem::Version
|
45
45
|
version: '0'
|
46
|
-
description: putting batch icons Adam Whitcroft
|
47
|
-
email:
|
48
|
-
- benhaines@me.com
|
46
|
+
description: putting batch icons by Adam Whitcroft on the rails asset-pipline
|
47
|
+
email:
|
49
48
|
executables: []
|
50
49
|
extensions: []
|
51
50
|
extra_rdoc_files: []
|
@@ -86,5 +85,5 @@ rubyforge_project:
|
|
86
85
|
rubygems_version: 1.8.23
|
87
86
|
signing_key:
|
88
87
|
specification_version: 3
|
89
|
-
summary: an asset gemification of the batch icon font
|
88
|
+
summary: an asset gemification of the batch icon font library
|
90
89
|
test_files: []
|