cap-newrelic 0.3.0 → 0.4.0

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a2ebb3f3a72316bd7ee56d3a32b47da1f9155b3d
4
- data.tar.gz: f4d03eac120b46c7a6b99dcb24dc8ff1da2612a4
3
+ metadata.gz: fba1cc64f3818b991009619168c685a43b7f99d2
4
+ data.tar.gz: 738e52327f52ece95b9c56be746657ae429c5be5
5
5
  SHA512:
6
- metadata.gz: cb7cf4bd353d7a5faf3a82fce0d7b22f7cb87532cef131390c60a7d7f6d6266500d8135d647a9a654fe323643c154378b0bd7da7654646c1a7c8f455d3e114cb
7
- data.tar.gz: 18b52581dccc5cd1ecf0c545adc0a92754263015f52bca611460a15e9b596b88cda5a717241bb4eadb9c3a88fb4127958f67ed87c82a29ac239ebc14fcf32368
6
+ metadata.gz: 4a453514e8e6e6d1264a7e9512cd67aa919a5130ff2f86f6a9cac9c6a278b86e3b9dc564a7c76cd09f458b3f061ef286b21011257e898000c6507ed4ae3b2224
7
+ data.tar.gz: 73a159cf7c00c4892895279acfd1c23aa246bf823c9645889a6713d1a33f523379e1de5ad06778fbe8612b38c25864569c4f12cf67f2f2ceccbb7963368375f6
data/Gemfile ADDED
@@ -0,0 +1,4 @@
1
+ source 'https://rubygems.org'
2
+
3
+ # Specify your gem's dependencies in capistrano-chruby.gemspec
4
+ gemspec
@@ -0,0 +1 @@
1
+ require 'bundler/gem_tasks'
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = 'cap-newrelic'
7
- spec.version = '0.3.0'
7
+ spec.version = '0.4.0'
8
8
  spec.authors = 'Robert Coleman'
9
9
  spec.email = 'github@robert.net.nz'
10
10
  spec.homepage = 'http://github.com/rjocoleman/cap-newrelic'
@@ -1,4 +0,0 @@
1
- require 'faraday'
2
- require 'rexml/document'
3
-
4
- load File.expand_path('../cap-newrelic/tasks/cap-newrelic.rake', __FILE__)
@@ -0,0 +1,4 @@
1
+ require 'faraday'
2
+ require 'rexml/document'
3
+
4
+ load File.expand_path('../tasks/newrelic.rake', __FILE__)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cap-newrelic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Robert Coleman
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-04-18 00:00:00.000000000 Z
11
+ date: 2014-05-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capistrano
@@ -51,11 +51,14 @@ extensions: []
51
51
  extra_rdoc_files: []
52
52
  files:
53
53
  - ".gitignore"
54
+ - Gemfile
54
55
  - LICENSE
55
56
  - README.md
57
+ - Rakefile
56
58
  - cap-newrelic.gemspec
57
59
  - lib/cap-newrelic.rb
58
- - lib/cap-newrelic/tasks/cap-newrelic.rake
60
+ - lib/capistrano/newrelic.rb
61
+ - lib/capistrano/tasks/newrelic.rake
59
62
  homepage: http://github.com/rjocoleman/cap-newrelic
60
63
  licenses:
61
64
  - MIT
@@ -81,4 +84,3 @@ signing_key:
81
84
  specification_version: 4
82
85
  summary: New Relic Deployment API notification for Capistrano v3+
83
86
  test_files: []
84
- has_rdoc: