tiny-color-rails 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/tiny-color-rails/version.rb +1 -1
- data/tiny-color-rails.gemspec +1 -1
- metadata +3 -3
data/tiny-color-rails.gemspec
CHANGED
@@ -4,7 +4,7 @@ require File.expand_path('../lib/tiny-color-rails/version', __FILE__)
|
|
4
4
|
Gem::Specification.new do |gem|
|
5
5
|
gem.authors = ["Jiri Kaipr"]
|
6
6
|
gem.email = ["jiri.kaipr@gmail.com"]
|
7
|
-
gem.description = %q{Provides TinyColor JavaScript library for your Rails application. It's fast, small color manipulation and conversion. Source code: https://github.com/bgrins/TinyColor}
|
7
|
+
gem.description = %q{Provides TinyColor JavaScript library for your Rails application. It's a fast, small color manipulation and conversion tool. Source code: https://github.com/bgrins/TinyColor}
|
8
8
|
gem.homepage = "https://github.com/jkaipr/tiny-color-rails"
|
9
9
|
gem.summary = gem.description
|
10
10
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tiny-color-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -60,7 +60,7 @@ dependencies:
|
|
60
60
|
- !ruby/object:Gem::Version
|
61
61
|
version: '0'
|
62
62
|
description: ! 'Provides TinyColor JavaScript library for your Rails application.
|
63
|
-
It''s fast, small color manipulation and conversion. Source code: https://github.com/bgrins/TinyColor'
|
63
|
+
It''s a fast, small color manipulation and conversion tool. Source code: https://github.com/bgrins/TinyColor'
|
64
64
|
email:
|
65
65
|
- jiri.kaipr@gmail.com
|
66
66
|
executables: []
|
@@ -99,5 +99,5 @@ rubygems_version: 1.8.23
|
|
99
99
|
signing_key:
|
100
100
|
specification_version: 3
|
101
101
|
summary: ! 'Provides TinyColor JavaScript library for your Rails application. It''s
|
102
|
-
fast, small color manipulation and conversion. Source code: https://github.com/bgrins/TinyColor'
|
102
|
+
a fast, small color manipulation and conversion tool. Source code: https://github.com/bgrins/TinyColor'
|
103
103
|
test_files: []
|