tmix-icon-rails 0.2.0 → 1.0.0
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5f151479b872d6524fe8083faac518ebbdb5c4e6
|
4
|
+
data.tar.gz: bf1309cfd2fda1c110560be73df3d17e44b3f552
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e16fffcb14b7cb149a0b1f2bebe912205bdb39b38d0b92831298b0d4b2e6c7c39fe457c6c779d1c609be277a6926273a5dc9b0c06b5c6e04b6f47f0cf57c381e
|
7
|
+
data.tar.gz: 77512c32ca936564ec7f0c613b0734ae0dfca4fecc6c6c9a399bf064e0b542f1b774d470e3957759adf070b00b3108babcb63d24cb17fcf4e1c630d27eb58bc1
|
data/MIT-LICENSE
ADDED
@@ -0,0 +1,22 @@
|
|
1
|
+
Copyright (c) 2016 @asonas
|
2
|
+
|
3
|
+
MIT License
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
6
|
+
a copy of this software and associated documentation files (the
|
7
|
+
"Software"), to deal in the Software without restriction, including
|
8
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
9
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
10
|
+
permit persons to whom the Software is furnished to do so, subject to
|
11
|
+
the following conditions:
|
12
|
+
|
13
|
+
The above copyright notice and this permission notice shall be
|
14
|
+
included in all copies or substantial portions of the Software.
|
15
|
+
|
16
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
17
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
18
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
19
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
20
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
21
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
22
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
data/README.md
CHANGED
@@ -22,7 +22,7 @@ Or install it yourself as:
|
|
22
22
|
|
23
23
|
## Usage
|
24
24
|
|
25
|
-
```
|
25
|
+
```
|
26
26
|
@import "tmix-icon"
|
27
27
|
```
|
28
28
|
|
@@ -34,8 +34,4 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
|
|
34
34
|
|
35
35
|
## Contributing
|
36
36
|
|
37
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
38
|
-
|
39
|
-
## License
|
40
|
-
|
41
|
-
To Be Announced
|
37
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/spice-life/tmix-icon-rails.
|
data/tmix-icon-rails.gemspec
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
# coding: utf-8
|
2
2
|
lib = File.expand_path('../lib', __FILE__)
|
3
3
|
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
4
|
-
require '
|
4
|
+
require 'tmix-icon-rails/version'
|
5
5
|
|
6
6
|
Gem::Specification.new do |spec|
|
7
7
|
spec.name = "tmix-icon-rails"
|
@@ -20,5 +20,4 @@ Gem::Specification.new do |spec|
|
|
20
20
|
|
21
21
|
spec.add_development_dependency "bundler", "~> 1.10"
|
22
22
|
spec.add_development_dependency "rake", "~> 10.0"
|
23
|
-
spec.add_development_dependency "sass-rails"
|
24
23
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tmix-icon-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 1.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ItsukiChitose
|
@@ -39,20 +39,6 @@ dependencies:
|
|
39
39
|
- - "~>"
|
40
40
|
- !ruby/object:Gem::Version
|
41
41
|
version: '10.0'
|
42
|
-
- !ruby/object:Gem::Dependency
|
43
|
-
name: sass-rails
|
44
|
-
requirement: !ruby/object:Gem::Requirement
|
45
|
-
requirements:
|
46
|
-
- - ">="
|
47
|
-
- !ruby/object:Gem::Version
|
48
|
-
version: '0'
|
49
|
-
type: :development
|
50
|
-
prerelease: false
|
51
|
-
version_requirements: !ruby/object:Gem::Requirement
|
52
|
-
requirements:
|
53
|
-
- - ">="
|
54
|
-
- !ruby/object:Gem::Version
|
55
|
-
version: '0'
|
56
42
|
description: Web font for tmix
|
57
43
|
email:
|
58
44
|
- hzw1258@gmail.com
|
@@ -62,17 +48,18 @@ extra_rdoc_files: []
|
|
62
48
|
files:
|
63
49
|
- ".gitignore"
|
64
50
|
- Gemfile
|
51
|
+
- MIT-LICENSE
|
65
52
|
- README.md
|
66
53
|
- Rakefile
|
67
54
|
- app/assets/fonts/tmix-icon.eot
|
68
55
|
- app/assets/fonts/tmix-icon.svg
|
69
56
|
- app/assets/fonts/tmix-icon.ttf
|
70
57
|
- app/assets/fonts/tmix-icon.woff
|
71
|
-
- app/assets/stylesheets/tmix-icon.css
|
58
|
+
- app/assets/stylesheets/tmix-icon.css
|
72
59
|
- bin/console
|
73
60
|
- bin/setup
|
74
|
-
- lib/
|
75
|
-
- lib/
|
61
|
+
- lib/tmix-icon-rails.rb
|
62
|
+
- lib/tmix-icon-rails/version.rb
|
76
63
|
- tmix-icon-rails.gemspec
|
77
64
|
homepage: https://github.com/spice-life/tmix-icon-rails
|
78
65
|
licenses: []
|