typekit 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.2
1
+ 0.2.3
@@ -37,7 +37,7 @@ module Typekit
37
37
  # Convert the variation name to the Font Variation Description for adding it to a Kit
38
38
  # @return [String] Font Variation ID (e.g. 'n4' or 'i7')
39
39
  def to_fvd
40
- name.split(':').last
40
+ id.split(':').last
41
41
  end
42
42
  end
43
43
  end
data/typekit.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{typekit}
8
- s.version = "0.2.2"
8
+ s.version = "0.2.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Corey Ward"]
12
- s.date = %q{2011-02-14}
12
+ s.date = %q{2011-02-17}
13
13
  s.description = %q{Ruby library for accessing the Typekit REST API.}
14
14
  s.email = %q{corey.atx@gmail.com}
15
15
  s.extra_rdoc_files = [
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: typekit
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.2.2
5
+ version: 0.2.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Corey Ward
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-02-14 00:00:00 -06:00
13
+ date: 2011-02-17 00:00:00 -06:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
@@ -108,7 +108,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
108
108
  requirements:
109
109
  - - ">="
110
110
  - !ruby/object:Gem::Version
111
- hash: -656620291308992935
111
+ hash: 4201837317196241209
112
112
  segments:
113
113
  - 0
114
114
  version: "0"