wormly 0.1.0 → 0.1.1

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/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.1
data/bin/wormly CHANGED
@@ -1,8 +1,6 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
- require "rubygems"
4
- require "bundler/setup"
5
- require "lib/wormly"
3
+ require "wormly/wormly"
6
4
 
7
5
  command = ARGV.shift
8
6
  raise "No command! Try get_contact_list" unless command
@@ -17,4 +15,4 @@ until ARGV.empty?
17
15
  args[key] = value
18
16
  end
19
17
 
20
- puts Wormly.new.send(command, args).to_yaml
18
+ puts Wormly.new.send(command, args).to_yaml
File without changes
@@ -0,0 +1,55 @@
1
+ # Generated by jeweler
2
+ # DO NOT EDIT THIS FILE DIRECTLY
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
+ # -*- encoding: utf-8 -*-
5
+
6
+ Gem::Specification.new do |s|
7
+ s.name = %q{wormly}
8
+ s.version = "0.1.1"
9
+
10
+ s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
+ s.authors = ["Aaron Peckham"]
12
+ s.date = %q{2011-09-17}
13
+ s.default_executable = %q{wormly}
14
+ s.description = %q{https://www.wormly.com/api_reference}
15
+ s.email = %q{apeckham@local}
16
+ s.executables = ["wormly"]
17
+ s.extra_rdoc_files = [
18
+ "LICENSE.txt",
19
+ "README"
20
+ ]
21
+ s.files = [
22
+ ".document",
23
+ "Gemfile",
24
+ "Gemfile.lock",
25
+ "LICENSE.txt",
26
+ "README",
27
+ "Rakefile",
28
+ "VERSION",
29
+ "bin/wormly",
30
+ "lib/wormly/wormly.rb",
31
+ "wormly.gemspec"
32
+ ]
33
+ s.homepage = %q{http://github.com/apeckham/ruby-wormly}
34
+ s.licenses = ["MIT"]
35
+ s.require_paths = ["lib"]
36
+ s.rubygems_version = %q{1.3.7}
37
+ s.summary = %q{Ruby client for the Wormly API}
38
+
39
+ if s.respond_to? :specification_version then
40
+ current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
41
+ s.specification_version = 3
42
+
43
+ if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
44
+ s.add_runtime_dependency(%q<httparty>, [">= 0"])
45
+ s.add_development_dependency(%q<jeweler>, [">= 0"])
46
+ else
47
+ s.add_dependency(%q<httparty>, [">= 0"])
48
+ s.add_dependency(%q<jeweler>, [">= 0"])
49
+ end
50
+ else
51
+ s.add_dependency(%q<httparty>, [">= 0"])
52
+ s.add_dependency(%q<jeweler>, [">= 0"])
53
+ end
54
+ end
55
+
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wormly
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 0
10
- version: 0.1.0
9
+ - 1
10
+ version: 0.1.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Aaron Peckham
@@ -64,7 +64,8 @@ files:
64
64
  - Rakefile
65
65
  - VERSION
66
66
  - bin/wormly
67
- - lib/wormly.rb
67
+ - lib/wormly/wormly.rb
68
+ - wormly.gemspec
68
69
  has_rdoc: true
69
70
  homepage: http://github.com/apeckham/ruby-wormly
70
71
  licenses: