inuicon-rails 0.0.1 → 0.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,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cd21700eff4bc5e04357f7e0066af63f34dbef82
4
- data.tar.gz: afed3c197d4b2404d0657a35b37af77ef0a6e5ed
3
+ metadata.gz: aa5f116a14ef65ce2c13d8af90faffea7a8654e5
4
+ data.tar.gz: 0f454188457a88e36e7d9d9f5056fe3bc136d3f5
5
5
  SHA512:
6
- metadata.gz: 916017d7c09c8482c1f38b66a51045e18c439fc6abf3efece417e6670ac497c73edcd605540f137bc8b77ff7563d8fe89a617825e114316f9ba1d9b47dfacb67
7
- data.tar.gz: bd5f39f26091a3ec9f1ed247865ade7926e2809e0994cd18a2a55ab5a2d9c0f00ff5ce1f44bfc4a9d1bea4c753ce28eae5c7e0375d861c51df9aa61a144377f9
6
+ metadata.gz: 8b019c4f3857952a657b282c65689dba40543356f12c3be5eda415baa319da0dd1c9b24d50ba683f69cc5809a744b86314c1bddeafb6a2c58e46709773585096
7
+ data.tar.gz: 1504c0cc7be763b6487e4fb190f10c5b8cf472ef93dd8b86e5309e146bc47f1391d1bdebc13a450b59bc096e9fb2ef7fd2d5cf36a5a63412971ecdde0031d331
data/README.md CHANGED
@@ -12,7 +12,7 @@ gem 'sass-rails'
12
12
  gem 'inuicon-rails'
13
13
  ```
14
14
 
15
- 2) Add this to your `base.css.sass`:
15
+ 2) Add this to your Sass file:
16
16
 
17
17
  ```sass
18
18
  @import inuicon
@@ -1,3 +1,3 @@
1
1
  module InuiconRails
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: inuicon-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - TAEKO AKATSUKA / @ken_c_lo