serverdensity-heroku 0.0.3 → 0.0.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.
@@ -1,2 +1,11 @@
1
1
  #!/usr/bin/env python
2
- print 'Hello!'
2
+
3
+ import os
4
+
5
+ filepath = os.path.realpath(__file__)
6
+
7
+ filepath = filepath.replace("bin/agent-heroku-test.py", "logs/test.log")
8
+
9
+ file = open(filepath, 'w')
10
+ file.write('Whoop!')
11
+ file.close()
@@ -1,5 +1,5 @@
1
1
  module Serverdensity
2
2
  module Heroku
3
- VERSION = "0.0.3"
3
+ VERSION = "0.0.4"
4
4
  end
5
5
  end
data/logs/test.log ADDED
File without changes
@@ -15,5 +15,5 @@ Gem::Specification.new do |gem|
15
15
  gem.files = `git ls-files`.split($/)
16
16
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
17
17
  gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
18
- gem.require_paths = ["lib"]
18
+ gem.require_paths = ["lib", "logs"]
19
19
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: serverdensity-heroku
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -54,6 +54,7 @@ files:
54
54
  - bin/sd-deploy.py
55
55
  - lib/serverdensity-heroku.rb
56
56
  - lib/serverdensity-heroku/version.rb
57
+ - logs/test.log
57
58
  - serverdensity-heroku.gemspec
58
59
  homepage: http://www.serverdensity.com
59
60
  licenses: []
@@ -61,6 +62,7 @@ post_install_message:
61
62
  rdoc_options: []
62
63
  require_paths:
63
64
  - lib
65
+ - logs
64
66
  required_ruby_version: !ruby/object:Gem::Requirement
65
67
  none: false
66
68
  requirements: