capistrano-deployinfo 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -14,7 +14,6 @@ Gem::Specification.new do |spec|
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files`.split($/)
17
- spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
18
17
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
19
18
  spec.require_paths = ["lib"]
20
19
 
data/lib/.ruby-version ADDED
@@ -0,0 +1 @@
1
+ 2.0.0-p0
@@ -2,7 +2,7 @@ require 'capistrano'
2
2
  require 'rubygems'
3
3
  require 'json'
4
4
  require 'capistrano/version'
5
- require 'debugger'
5
+
6
6
  module CapistranoDeployInfo
7
7
  class CapistranoIntegration
8
8
  def self.load_into(capistrano_config)
@@ -1,3 +1,3 @@
1
1
  module CapistranoDeployInfo
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-deployinfo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
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-03-24 00:00:00.000000000 Z
12
+ date: 2013-06-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -74,6 +74,7 @@ files:
74
74
  - README.md
75
75
  - Rakefile
76
76
  - capistrano-deployinfo.gemspec
77
+ - lib/.ruby-version
77
78
  - lib/capistrano-deployinfo.rb
78
79
  - lib/capistrano-deployinfo/capistrano_integration.rb
79
80
  - lib/capistrano-deployinfo/version.rb