papertrail-cli 0.8.3 → 0.8.4
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- data/papertrail-cli.gemspec +2 -2
- metadata +4 -3
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.4'
|
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.3' ])
|
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
|
+
- 4
|
9
|
+
version: 0.8.4
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Papertrail
|
@@ -27,7 +27,8 @@ dependencies:
|
|
27
27
|
segments:
|
28
28
|
- 0
|
29
29
|
- 8
|
30
|
-
|
30
|
+
- 3
|
31
|
+
version: 0.8.3
|
31
32
|
type: :runtime
|
32
33
|
version_requirements: *id001
|
33
34
|
description: Placeholder gem to point to new papertrail gem.
|