travis_github_deployer 0.2.0 → 0.2.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.
@@ -1,4 +1,4 @@
1
1
 
2
2
  module TravisGithubDeployerVersion
3
- VERSION = "0.2.0"
3
+ VERSION = "0.2.1"
4
4
  end
@@ -6,13 +6,14 @@ Gem::Specification.new do |gem|
6
6
  gem.version = TravisGithubDeployerVersion::VERSION
7
7
  gem.date = Date.today.to_s
8
8
  gem.executables = [ "travis_github_deployer" ]
9
+ gem.license = 'MIT'
9
10
 
10
11
  gem.summary = "Script to deploy to github from Travis CI"
11
12
  gem.description = "A Script and a library that help in deploying files from Travis CI builds to a Github Repository"
12
13
 
13
14
  gem.authors = ['Bas Vodde']
14
15
  gem.email = 'basv@odd-e.com'
15
- gem.homepage = 'https://github.com/basvodde/travis_github_deployer.rb'
16
+ gem.homepage = 'https://github.com/basvodde/travis_github_deployer'
16
17
 
17
18
  gem.add_dependency('rake')
18
19
  gem.add_development_dependency('rspec', [">= 2.0.0"])
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: travis_github_deployer
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.2.0
5
+ version: 0.2.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Bas Vodde
@@ -53,9 +53,9 @@ files:
53
53
  - spec/git_command_line_spec.rb
54
54
  - spec/travis_github_deployer_spec.rb
55
55
  - travis_github_deployer.gemfile
56
- homepage: https://github.com/basvodde/travis_github_deployer.rb
57
- licenses: []
58
-
56
+ homepage: https://github.com/basvodde/travis_github_deployer
57
+ licenses:
58
+ - MIT
59
59
  post_install_message:
60
60
  rdoc_options: []
61
61