papertrail-cli 0.8.5 → 0.9.3
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 +3 -3
- metadata +12 -12
data/Rakefile
CHANGED
data/papertrail-cli.gemspec
CHANGED
@@ -13,8 +13,8 @@ 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.
|
17
|
-
s.date = '2012-
|
16
|
+
s.version = '0.9.3'
|
17
|
+
s.date = '2012-07-30'
|
18
18
|
s.rubyforge_project = 'papertrail-cli'
|
19
19
|
|
20
20
|
## Make sure your summary is short. The description may be as long
|
@@ -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', [ '
|
34
|
+
s.add_dependency('papertrail', [ '>= 0.9.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
@@ -4,9 +4,9 @@ version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease: false
|
5
5
|
segments:
|
6
6
|
- 0
|
7
|
-
-
|
8
|
-
-
|
9
|
-
version: 0.
|
7
|
+
- 9
|
8
|
+
- 3
|
9
|
+
version: 0.9.3
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Papertrail
|
@@ -14,23 +14,23 @@ autorequire:
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date: 2012-
|
17
|
+
date: 2012-07-30 00:00:00 -07:00
|
18
18
|
default_executable:
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
|
-
name: papertrail
|
22
21
|
prerelease: false
|
23
|
-
|
22
|
+
type: :runtime
|
23
|
+
name: papertrail
|
24
|
+
version_requirements: &id001 !ruby/object:Gem::Requirement
|
24
25
|
requirements:
|
25
|
-
- -
|
26
|
+
- - ">="
|
26
27
|
- !ruby/object:Gem::Version
|
27
28
|
segments:
|
28
29
|
- 0
|
29
|
-
-
|
30
|
-
-
|
31
|
-
version: 0.
|
32
|
-
|
33
|
-
version_requirements: *id001
|
30
|
+
- 9
|
31
|
+
- 3
|
32
|
+
version: 0.9.3
|
33
|
+
requirement: *id001
|
34
34
|
description: Placeholder gem to point to new papertrail gem.
|
35
35
|
email: eric@sevenscale.com
|
36
36
|
executables: []
|