css2cocoa 0.2.1 → 0.2.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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.1
1
+ 0.2.2
data/bin/css2cocoa.rb CHANGED
@@ -2,5 +2,4 @@
2
2
  require 'rubygems'
3
3
  require File.expand_path(File.dirname(__FILE__) + "/../lib/css2cocoa")
4
4
  #require "css2cocoa"
5
- Css2Cocoa::CLI.parse(STDOUT, ARGV)
6
-
5
+ Css2Cocoa::CLI.parse(STDOUT, ARGV)
data/css2cocoa.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{css2cocoa}
8
- s.version = "0.2.1"
8
+ s.version = "0.2.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Seivan Heidari"]
@@ -69,4 +69,3 @@ class Gradient
69
69
  end
70
70
  end
71
71
 
72
- puts Gradient.parse_gradient("-webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEF1F6), to(#DEE3E6))")
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 1
9
- version: 0.2.1
8
+ - 2
9
+ version: 0.2.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Seivan Heidari
@@ -117,7 +117,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
117
117
  requirements:
118
118
  - - ">="
119
119
  - !ruby/object:Gem::Version
120
- hash: -2092298521984145990
120
+ hash: 4581710652496491195
121
121
  segments:
122
122
  - 0
123
123
  version: "0"