inuicon-rails 0.0.2 → 0.0.4
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 +4 -4
- data/README.md +1 -1
- data/lib/inuicon-rails/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d1fcc3bc9e7145a94cced2acd794d1eda25989db
|
|
4
|
+
data.tar.gz: 4928719acf31cf197a39cd12419054347db1c961
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fa007eee44a27df140650643e5b75649fe6521c9468753d0be7e43cc58a0c48a4fa5be3b4b09ba52fe01720c8cbbc0a15d4ec20902b4aec6936b0e3341b7db2d
|
|
7
|
+
data.tar.gz: 91ea3c0d3092c597ffcfa027410e550094e4c58a4ca5cfd671ba04b6e697185fc1f7597979280141ed7fd39e30489061cd9ca9b8260d32f3037ab2d6d4b2ea37
|
data/README.md
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: inuicon-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- TAEKO AKATSUKA / @ken_c_lo
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-04-
|
|
11
|
+
date: 2014-04-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: sass-rails
|
|
@@ -24,7 +24,7 @@ dependencies:
|
|
|
24
24
|
- - ">="
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: '0'
|
|
27
|
-
description: Icon web font
|
|
27
|
+
description: Icon web font for Rails (used in pplog.net) https://taea.github.io/inuicon/demo.html
|
|
28
28
|
email:
|
|
29
29
|
- igiari@gmail.com
|
|
30
30
|
executables: []
|
|
@@ -62,6 +62,6 @@ rubyforge_project:
|
|
|
62
62
|
rubygems_version: 2.2.2
|
|
63
63
|
signing_key:
|
|
64
64
|
specification_version: 4
|
|
65
|
-
summary: Icon web font
|
|
65
|
+
summary: Icon web font for Rails (used in pplog.net) https://taea.github.io/inuicon/demo.html
|
|
66
66
|
test_files: []
|
|
67
67
|
has_rdoc:
|