papertrail-cli 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/papertrail-cli.rb +1 -1
- data/papertrail-cli.gemspec +2 -2
- metadata +4 -4
data/lib/papertrail-cli.rb
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.1.
|
16
|
+
s.version = '0.1.1'
|
17
17
|
s.date = '2011-02-08'
|
18
18
|
s.rubyforge_project = 'papertrail-cli'
|
19
19
|
|
@@ -27,7 +27,7 @@ Gem::Specification.new do |s|
|
|
27
27
|
## a custom homepage, consider using your GitHub URL or the like.
|
28
28
|
s.authors = ['Papertrail']
|
29
29
|
s.email = 'troy@sevenscale.com'
|
30
|
-
s.homepage = 'http://github.com/papertrail/papertrail'
|
30
|
+
s.homepage = 'http://github.com/papertrail/papertrail-cli'
|
31
31
|
|
32
32
|
## This gets added to the $LOAD_PATH so that 'lib/NAME.rb' can be required as
|
33
33
|
## require 'NAME.rb' or'/lib/NAME/file.rb' can be as require 'NAME/file.rb'
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: papertrail-cli
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 25
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 0.1.
|
9
|
+
- 1
|
10
|
+
version: 0.1.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Papertrail
|
@@ -93,7 +93,7 @@ files:
|
|
93
93
|
- lib/papertrail/search_client.rb
|
94
94
|
- papertrail-cli.gemspec
|
95
95
|
has_rdoc: true
|
96
|
-
homepage: http://github.com/papertrail/papertrail
|
96
|
+
homepage: http://github.com/papertrail/papertrail-cli
|
97
97
|
licenses: []
|
98
98
|
|
99
99
|
post_install_message:
|