oauth-cli 0.0.2 → 0.0.3

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/CHANGELOG CHANGED
@@ -1,8 +1,12 @@
1
- // 0.0.3
1
+ // planned: 0.0.4
2
2
  // ---------------------------
3
3
  // on exit, ask if connection data should be saved to profile
4
4
  // show list of example profiles
5
5
 
6
+ 0.0.3
7
+ ---------------------------
8
+ minor fix to resolve dependencies
9
+
6
10
  0.0.2
7
11
  ---------------------------
8
12
  got rid of repl dependency
data/Manifest CHANGED
@@ -1,7 +1,8 @@
1
- bin/oauthc
2
1
  CHANGELOG
3
- init.rb
4
- lib/oauth_cli.rb
5
2
  Manifest
6
- Rakefile
7
3
  README.rdoc
4
+ Rakefile
5
+ bin/oauthc
6
+ init.rb
7
+ lib/oauth_cli.rb
8
+ oauth-cli.gemspec
data/Rakefile CHANGED
@@ -2,7 +2,7 @@ require 'rubygems'
2
2
  require 'rake'
3
3
  require 'echoe'
4
4
 
5
- Echoe.new('oauth-cli', '0.0.2') do |p|
5
+ Echoe.new('oauth-cli', '0.0.3') do |p|
6
6
  p.description = "A simple CLI client to test your oauth API easily"
7
7
  p.url = "http://github.com/rngtng/oauth-cli"
8
8
  p.author = "rngtng - Tobias Bielohlawek"
data/bin/oauthc CHANGED
@@ -2,13 +2,13 @@
2
2
 
3
3
  require 'rubygems'
4
4
  require 'pp'
5
- require 'lib/oauth_cli'
5
+ require 'oauth_cli'
6
6
 
7
7
  CFG_FILE = ENV['OAUTHC_CONFIG_FILE'] || File.expand_path('~/.oauthconfig')
8
8
 
9
9
  def show_help
10
10
  say <<-help
11
- oauthc version 0.0.2
11
+ oauthc version 0.0.3
12
12
  Usage: oauthc [options] [http_method_verb uri [body]]
13
13
 
14
14
  Options:
data/oauth-cli.gemspec CHANGED
@@ -2,24 +2,24 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{oauth-cli}
5
- s.version = "0.0.2"
5
+ s.version = "0.0.3"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["rngtng - Tobias Bielohlawek"]
9
- s.cert_chain = ["/Users/ted/.ssh/gem-public_cert.pem"]
10
- s.date = %q{2010-04-14}
9
+ s.cert_chain = ["/Users/tobiasb/.ssh/gem-public_cert.pem"]
10
+ s.date = %q{2010-04-20}
11
11
  s.default_executable = %q{oauthc}
12
12
  s.description = %q{A simple CLI client to test your oauth API easily}
13
13
  s.email = %q{tobi @nospam@ rngtng.com}
14
14
  s.executables = ["oauthc"]
15
- s.extra_rdoc_files = ["bin/oauthc", "CHANGELOG", "lib/oauth_cli.rb", "README.rdoc"]
16
- s.files = ["bin/oauthc", "CHANGELOG", "init.rb", "lib/oauth_cli.rb", "Manifest", "Rakefile", "README.rdoc", "oauth-cli.gemspec"]
15
+ s.extra_rdoc_files = ["CHANGELOG", "README.rdoc", "bin/oauthc", "lib/oauth_cli.rb"]
16
+ s.files = ["CHANGELOG", "Manifest", "README.rdoc", "Rakefile", "bin/oauthc", "init.rb", "lib/oauth_cli.rb", "oauth-cli.gemspec"]
17
17
  s.homepage = %q{http://github.com/rngtng/oauth-cli}
18
18
  s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Oauth-cli", "--main", "README.rdoc"]
19
19
  s.require_paths = ["lib"]
20
20
  s.rubyforge_project = %q{oauth-cli}
21
21
  s.rubygems_version = %q{1.3.6}
22
- s.signing_key = %q{/Users/ted/.ssh/gem-private_key.pem}
22
+ s.signing_key = %q{/Users/tobiasb/.ssh/gem-private_key.pem}
23
23
  s.summary = %q{A simple CLI client to test your oauth API easily}
24
24
 
25
25
  if s.respond_to? :specification_version then
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 2
9
- version: 0.0.2
8
+ - 3
9
+ version: 0.0.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - rngtng - Tobias Bielohlawek
@@ -34,8 +34,8 @@ cert_chain:
34
34
  I5mOkC+DmQeKRCyukHoWnysL5IyK+l7JEPymkOlNWkl006u5rNu/d7LJJW19+ZvC
35
35
  -----END CERTIFICATE-----
36
36
 
37
- date: 2010-04-14 00:00:00 +02:00
38
- default_executable: oauthc
37
+ date: 2010-04-20 00:00:00 +02:00
38
+ default_executable:
39
39
  dependencies:
40
40
  - !ruby/object:Gem::Dependency
41
41
  name: highline
@@ -86,18 +86,18 @@ executables:
86
86
  extensions: []
87
87
 
88
88
  extra_rdoc_files:
89
- - bin/oauthc
90
89
  - CHANGELOG
91
- - lib/oauth_cli.rb
92
90
  - README.rdoc
93
- files:
94
91
  - bin/oauthc
95
- - CHANGELOG
96
- - init.rb
97
92
  - lib/oauth_cli.rb
93
+ files:
94
+ - CHANGELOG
98
95
  - Manifest
99
- - Rakefile
100
96
  - README.rdoc
97
+ - Rakefile
98
+ - bin/oauthc
99
+ - init.rb
100
+ - lib/oauth_cli.rb
101
101
  - oauth-cli.gemspec
102
102
  has_rdoc: true
103
103
  homepage: http://github.com/rngtng/oauth-cli
metadata.gz.sig CHANGED
Binary file