typedeploy 0.1.0 → 0.1.1

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/Rakefile CHANGED
@@ -94,7 +94,7 @@ task :release => :build do
94
94
  sh "git commit --allow-empty -a -m 'Release #{version}'"
95
95
  sh "git tag v#{version}"
96
96
  sh "git push origin master"
97
- sh "git push v#{version}"
97
+ sh "git push --tags"
98
98
  sh "gem push pkg/#{name}-#{version}.gem"
99
99
  end
100
100
 
@@ -5,5 +5,5 @@ require 'typedeploy/kit'
5
5
  require 'typedeploy/kit_loader'
6
6
 
7
7
  module Typedeploy
8
- VERSION = "0.1.0"
8
+ VERSION = "0.1.1"
9
9
  end
@@ -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.0'
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 = ["John Doe"]
30
- s.email = 'jdoe@example.com'
31
- s.homepage = 'http://example.com/typedeploy'
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
- - 0
9
- version: 0.1.0
8
+ - 1
9
+ version: 0.1.1
10
10
  platform: ruby
11
11
  authors:
12
- - John Doe
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: jdoe@example.com
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://example.com/typedeploy
53
+ homepage: http://github.com/mcolyer/typedeploy
54
54
  licenses: []
55
55
 
56
56
  post_install_message: