capistrano-jenkins 0.1.3 → 0.1.4

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.
Files changed (2) hide show
  1. data/capistrano-jenkins.gemspec +2 -1
  2. metadata +4 -3
@@ -1,7 +1,7 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  Gem::Specification.new do |s|
3
3
  s.name = "capistrano-jenkins"
4
- s.version = "0.1.3"
4
+ s.version = "0.1.4"
5
5
  s.authors = ["Martin Jonsson"]
6
6
  s.email = ["martin.jonsson@gmail.com"]
7
7
  s.homepage = "http://github.com/martinj/capistrano-jenkins"
@@ -9,4 +9,5 @@ Gem::Specification.new do |s|
9
9
  s.description = "Capistrano recipe to validate the build on jenkins status before deploying"
10
10
  s.files = `git ls-files`.split("\n")
11
11
  s.require_paths = ["lib"]
12
+ s.license = 'MIT'
12
13
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-jenkins
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-10-16 00:00:00.000000000 Z
12
+ date: 2013-11-01 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Capistrano recipe to validate the build on jenkins status before deploying
15
15
  email:
@@ -25,7 +25,8 @@ files:
25
25
  - capistrano-jenkins.gemspec
26
26
  - lib/capistrano-jenkins.rb
27
27
  homepage: http://github.com/martinj/capistrano-jenkins
28
- licenses: []
28
+ licenses:
29
+ - MIT
29
30
  post_install_message:
30
31
  rdoc_options: []
31
32
  require_paths: