papertrail-cli 0.8.4 → 0.8.5
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.
- data/Rakefile +1 -1
- data/papertrail-cli.gemspec +2 -2
- metadata +4 -4
data/Rakefile
CHANGED
data/papertrail-cli.gemspec
CHANGED
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
|
|
13
13
|
## If your rubyforge_project name is different, then edit it and comment out
|
14
14
|
## the sub! line in the Rakefile
|
15
15
|
s.name = 'papertrail-cli'
|
16
|
-
s.version = '0.8.
|
16
|
+
s.version = '0.8.5'
|
17
17
|
s.date = '2012-02-11'
|
18
18
|
s.rubyforge_project = 'papertrail-cli'
|
19
19
|
|
@@ -31,7 +31,7 @@ Gem::Specification.new do |s|
|
|
31
31
|
|
32
32
|
## List your runtime dependencies here. Runtime dependencies are those
|
33
33
|
## that are needed for an end user to actually USE your code.
|
34
|
-
s.add_dependency('papertrail', [ '~> 0.8.
|
34
|
+
s.add_dependency('papertrail', [ '~> 0.8.4' ])
|
35
35
|
|
36
36
|
## Leave this section as-is. It will be automatically generated from the
|
37
37
|
## contents of your Git repository via the gemspec task. DO NOT REMOVE
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 8
|
8
|
-
-
|
9
|
-
version: 0.8.
|
8
|
+
- 5
|
9
|
+
version: 0.8.5
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Papertrail
|
@@ -27,8 +27,8 @@ dependencies:
|
|
27
27
|
segments:
|
28
28
|
- 0
|
29
29
|
- 8
|
30
|
-
-
|
31
|
-
version: 0.8.
|
30
|
+
- 4
|
31
|
+
version: 0.8.4
|
32
32
|
type: :runtime
|
33
33
|
version_requirements: *id001
|
34
34
|
description: Placeholder gem to point to new papertrail gem.
|