fontrobot 0.1.2 → 0.1.3

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: 8c132e3d05391e3f79679bd1c384e7478ce27dcd
4
- data.tar.gz: 3cf9b0c033571fcf21c68c9d8ea441af98a5a68c
3
+ metadata.gz: a68ecb51d3c10cd83392c8ce087bc38d222662a3
4
+ data.tar.gz: c2e7c3d444d94a352d222459d1b7bb6e8f5dc1fc
5
5
  SHA512:
6
- metadata.gz: 8addd02091a2d6ee8126ad6a4021bec6be65ee1eb85d4823bc46f4a1b9d8636e64485094f2d76f956fda2e9a2f813f3e408aefefa5e5205cc9ff7ebbbc925638
7
- data.tar.gz: 916d7bb981eb0fcb7359097ed5ccd0be8e91e155135c90e05dfc2551c7c7aa14fa0705a9c1b714aa9ee376d16b66983f5e10a57a9b20dc9610ed635eab114ea0
6
+ metadata.gz: ebba8d18d117eb9ad9a065ba0e994436f9e5f33da69b58ee3527f92aff8133f57c53cf34573d2bf249e6eddfa6d2a1ef9b3f7496022e900aade21a435643b14b
7
+ data.tar.gz: cd2913ab6b5c52c6321496dd5205c1b93e9242c147704ef21a92eeb175073509436e5b7ec095339664e85bb7dadb63c7700cae24b8fc8574d3f376633ba0a983
data/fontrobot.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
10
10
  gem.email = ["tim@robotloveskitten.com"]
11
11
  gem.summary = %q{Generate custom icon webfonts from the command line.}
12
12
  gem.description = %q{Transforms EPS and SVG vectors into icon webfonts. Generates Bootstrap compatible CSS for easy inclusion in your projects.}
13
- gem.homepage = "http://robotloveskitten.github.com/fontrobot/"
13
+ gem.homepage = "http://github.com/robotloveskitten/fontrobot/"
14
14
  gem.licenses = ["MIT", "MPL 1.1/GPL 2.0/LGPL 2.1"]
15
15
 
16
16
  gem.files = `git ls-files`.split($/)
@@ -1,3 +1,3 @@
1
1
  module Fontrobot
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fontrobot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tim Barkow
@@ -202,7 +202,7 @@ files:
202
202
  - spec/fontrobot/generator_spec.rb
203
203
  - spec/fontrobot/watcher_spec.rb.off
204
204
  - spec/spec_helper.rb
205
- homepage: http://robotloveskitten.github.com/fontrobot/
205
+ homepage: http://github.com/robotloveskitten/fontrobot/
206
206
  licenses:
207
207
  - MIT
208
208
  - MPL 1.1/GPL 2.0/LGPL 2.1