typedeploy 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- data/lib/typedeploy.rb +1 -1
- data/typedeploy.gemspec +4 -4
- metadata +5 -5
data/Rakefile
CHANGED
data/lib/typedeploy.rb
CHANGED
data/typedeploy.gemspec
CHANGED
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
|
|
13
13
|
## If your rubyforge_project name is different, then edit it and comment out
|
14
14
|
## the sub! line in the Rakefile
|
15
15
|
s.name = 'typedeploy'
|
16
|
-
s.version = '0.1.
|
16
|
+
s.version = '0.1.1'
|
17
17
|
s.date = '2010-08-06'
|
18
18
|
s.rubyforge_project = 'typedeploy'
|
19
19
|
|
@@ -26,9 +26,9 @@ Gem::Specification.new do |s|
|
|
26
26
|
## List the primary authors. If there are a bunch of authors, it's probably
|
27
27
|
## better to set the email to an email list or something. If you don't have
|
28
28
|
## a custom homepage, consider using your GitHub URL or the like.
|
29
|
-
s.authors = ["
|
30
|
-
s.email = '
|
31
|
-
s.homepage = 'http://
|
29
|
+
s.authors = ["Matt Colyer"]
|
30
|
+
s.email = 'matt at nospam colyer dot name'
|
31
|
+
s.homepage = 'http://github.com/mcolyer/typedeploy'
|
32
32
|
|
33
33
|
## This gets added to the $LOAD_PATH so that 'lib/typedeploy.rb' can be required as
|
34
34
|
## require 'typedeploy.rb' or'/lib/typedeploy/file.rb' can be as require 'typedeploy/file.rb'
|
metadata
CHANGED
@@ -5,11 +5,11 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 1
|
8
|
-
-
|
9
|
-
version: 0.1.
|
8
|
+
- 1
|
9
|
+
version: 0.1.1
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
|
-
-
|
12
|
+
- Matt Colyer
|
13
13
|
autorequire:
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
@@ -21,7 +21,7 @@ dependencies: []
|
|
21
21
|
description: |-
|
22
22
|
A rubygem which provides several rake tasks to allow you to
|
23
23
|
interact with the Typekit API directly from your project directory.
|
24
|
-
email:
|
24
|
+
email: matt at nospam colyer dot name
|
25
25
|
executables: []
|
26
26
|
|
27
27
|
extensions: []
|
@@ -50,7 +50,7 @@ files:
|
|
50
50
|
- spec/spec_helper.rb
|
51
51
|
- typedeploy.gemspec
|
52
52
|
has_rdoc: true
|
53
|
-
homepage: http://
|
53
|
+
homepage: http://github.com/mcolyer/typedeploy
|
54
54
|
licenses: []
|
55
55
|
|
56
56
|
post_install_message:
|