whereistand 0.0.1 → 0.0.2
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 +2 -0
- data/Manifest +2 -2
- data/Rakefile +1 -0
- data/lib/{rubysdk.rb → whereistand.rb} +0 -0
- data/spec/client_access_spec.rb +1 -1
- data/whereistand.gemspec +4 -4
- metadata +7 -7
data/CHANGELOG
CHANGED
data/Manifest
CHANGED
@@ -2,6 +2,7 @@ CHANGELOG
|
|
2
2
|
Gemfile
|
3
3
|
Gemfile.lock
|
4
4
|
LICENSE
|
5
|
+
Manifest
|
5
6
|
README
|
6
7
|
Rakefile
|
7
8
|
lib/client/access.rb
|
@@ -19,6 +20,5 @@ lib/dom/opinion.rb
|
|
19
20
|
lib/dom/results.rb
|
20
21
|
lib/dom/unknown_opinion.rb
|
21
22
|
lib/dom/unverified_opinion.rb
|
22
|
-
lib/
|
23
|
+
lib/whereistand.rb
|
23
24
|
spec/client_access_spec.rb
|
24
|
-
Manifest
|
data/Rakefile
CHANGED
@@ -3,6 +3,7 @@ require 'echoe'
|
|
3
3
|
Echoe.new("whereistand") do |p|
|
4
4
|
p.author = "whereIstand"
|
5
5
|
p.summary = "whereIstand Ruby SDK"
|
6
|
+
p.email = "help@whereistand.com"
|
6
7
|
p.url = "http://github.com/whereIstand/ruby-sdk"
|
7
8
|
p.runtime_dependencies = ["yajl-ruby"]
|
8
9
|
p.development_dependencies = ["rake", "rspec"]
|
File without changes
|
data/spec/client_access_spec.rb
CHANGED
data/whereistand.gemspec
CHANGED
@@ -2,15 +2,15 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = %q{whereistand}
|
5
|
-
s.version = "0.0.
|
5
|
+
s.version = "0.0.2"
|
6
6
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
|
8
8
|
s.authors = ["whereIstand"]
|
9
9
|
s.date = %q{2010-10-28}
|
10
10
|
s.description = %q{whereIstand Ruby SDK}
|
11
|
-
s.email = %q{}
|
12
|
-
s.extra_rdoc_files = ["CHANGELOG", "LICENSE", "README", "lib/client/access.rb", "lib/dom/account.rb", "lib/dom/account_issues.rb", "lib/dom/account_results.rb", "lib/dom/approved_opinion.rb", "lib/dom/evidenced_opinion.rb", "lib/dom/expressed_opinion.rb", "lib/dom/issue.rb", "lib/dom/issue_accounts.rb", "lib/dom/issue_result.rb", "lib/dom/issue_results.rb", "lib/dom/opinion.rb", "lib/dom/results.rb", "lib/dom/unknown_opinion.rb", "lib/dom/unverified_opinion.rb", "lib/
|
13
|
-
s.files = ["CHANGELOG", "Gemfile", "Gemfile.lock", "LICENSE", "README", "Rakefile", "lib/client/access.rb", "lib/dom/account.rb", "lib/dom/account_issues.rb", "lib/dom/account_results.rb", "lib/dom/approved_opinion.rb", "lib/dom/evidenced_opinion.rb", "lib/dom/expressed_opinion.rb", "lib/dom/issue.rb", "lib/dom/issue_accounts.rb", "lib/dom/issue_result.rb", "lib/dom/issue_results.rb", "lib/dom/opinion.rb", "lib/dom/results.rb", "lib/dom/unknown_opinion.rb", "lib/dom/unverified_opinion.rb", "lib/
|
11
|
+
s.email = %q{help@whereistand.com}
|
12
|
+
s.extra_rdoc_files = ["CHANGELOG", "LICENSE", "README", "lib/client/access.rb", "lib/dom/account.rb", "lib/dom/account_issues.rb", "lib/dom/account_results.rb", "lib/dom/approved_opinion.rb", "lib/dom/evidenced_opinion.rb", "lib/dom/expressed_opinion.rb", "lib/dom/issue.rb", "lib/dom/issue_accounts.rb", "lib/dom/issue_result.rb", "lib/dom/issue_results.rb", "lib/dom/opinion.rb", "lib/dom/results.rb", "lib/dom/unknown_opinion.rb", "lib/dom/unverified_opinion.rb", "lib/whereistand.rb"]
|
13
|
+
s.files = ["CHANGELOG", "Gemfile", "Gemfile.lock", "LICENSE", "Manifest", "README", "Rakefile", "lib/client/access.rb", "lib/dom/account.rb", "lib/dom/account_issues.rb", "lib/dom/account_results.rb", "lib/dom/approved_opinion.rb", "lib/dom/evidenced_opinion.rb", "lib/dom/expressed_opinion.rb", "lib/dom/issue.rb", "lib/dom/issue_accounts.rb", "lib/dom/issue_result.rb", "lib/dom/issue_results.rb", "lib/dom/opinion.rb", "lib/dom/results.rb", "lib/dom/unknown_opinion.rb", "lib/dom/unverified_opinion.rb", "lib/whereistand.rb", "spec/client_access_spec.rb", "whereistand.gemspec"]
|
14
14
|
s.homepage = %q{http://github.com/whereIstand/ruby-sdk}
|
15
15
|
s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Whereistand", "--main", "README"]
|
16
16
|
s.require_paths = ["lib"]
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: whereistand
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 27
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 2
|
10
|
+
version: 0.0.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- whereIstand
|
@@ -61,7 +61,7 @@ dependencies:
|
|
61
61
|
type: :development
|
62
62
|
version_requirements: *id003
|
63
63
|
description: whereIstand Ruby SDK
|
64
|
-
email:
|
64
|
+
email: help@whereistand.com
|
65
65
|
executables: []
|
66
66
|
|
67
67
|
extensions: []
|
@@ -85,12 +85,13 @@ extra_rdoc_files:
|
|
85
85
|
- lib/dom/results.rb
|
86
86
|
- lib/dom/unknown_opinion.rb
|
87
87
|
- lib/dom/unverified_opinion.rb
|
88
|
-
- lib/
|
88
|
+
- lib/whereistand.rb
|
89
89
|
files:
|
90
90
|
- CHANGELOG
|
91
91
|
- Gemfile
|
92
92
|
- Gemfile.lock
|
93
93
|
- LICENSE
|
94
|
+
- Manifest
|
94
95
|
- README
|
95
96
|
- Rakefile
|
96
97
|
- lib/client/access.rb
|
@@ -108,9 +109,8 @@ files:
|
|
108
109
|
- lib/dom/results.rb
|
109
110
|
- lib/dom/unknown_opinion.rb
|
110
111
|
- lib/dom/unverified_opinion.rb
|
111
|
-
- lib/
|
112
|
+
- lib/whereistand.rb
|
112
113
|
- spec/client_access_spec.rb
|
113
|
-
- Manifest
|
114
114
|
- whereistand.gemspec
|
115
115
|
has_rdoc: true
|
116
116
|
homepage: http://github.com/whereIstand/ruby-sdk
|