vworkapp_ruby 0.7.0 → 0.7.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/README.md +2 -0
- data/vworkapp_ruby.gemspec +2 -2
- metadata +4 -5
- data/vworkapp_ruby-0.1.0.gem +0 -0
data/README.md
CHANGED
|
@@ -60,6 +60,8 @@ Full documentation on the API can be found [here](http://api.vworkapp.com/api/).
|
|
|
60
60
|
|
|
61
61
|
- Base classes could be refactored out into their own gem and made a little more generic.
|
|
62
62
|
|
|
63
|
+
- A couple of specs intermittently fail because non-determinate order of to_xml. Needs a fix.
|
|
64
|
+
|
|
63
65
|
## License
|
|
64
66
|
|
|
65
67
|
This API wrapper is published under the MIT License.
|
data/vworkapp_ruby.gemspec
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = "vworkapp_ruby"
|
|
3
|
-
s.version = "0.7.
|
|
3
|
+
s.version = "0.7.1"
|
|
4
4
|
s.platform = Gem::Platform::RUBY
|
|
5
5
|
s.authors = ["vWorkApp Inc.", "Aish Fenton"]
|
|
6
6
|
s.email = ["info@vworkapp.com"]
|
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
|
|
|
10
10
|
|
|
11
11
|
s.required_rubygems_version = ">= 1.3.6"
|
|
12
12
|
|
|
13
|
-
s.add_dependency "
|
|
13
|
+
s.add_dependency "activemodel"
|
|
14
14
|
s.add_dependency "httparty"
|
|
15
15
|
s.add_dependency "gcoder"
|
|
16
16
|
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vworkapp_ruby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 1
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 7
|
|
9
|
-
-
|
|
10
|
-
version: 0.7.
|
|
9
|
+
- 1
|
|
10
|
+
version: 0.7.1
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- vWorkApp Inc.
|
|
@@ -19,7 +19,7 @@ cert_chain: []
|
|
|
19
19
|
date: 2012-02-02 00:00:00 Z
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|
|
22
|
-
name:
|
|
22
|
+
name: activemodel
|
|
23
23
|
prerelease: false
|
|
24
24
|
requirement: &id001 !ruby/object:Gem::Requirement
|
|
25
25
|
none: false
|
|
@@ -116,7 +116,6 @@ files:
|
|
|
116
116
|
- spec/resource_spec.rb
|
|
117
117
|
- spec/support/active_model_lint.rb
|
|
118
118
|
- spec/worker_spec.rb
|
|
119
|
-
- vworkapp_ruby-0.1.0.gem
|
|
120
119
|
- vworkapp_ruby.gemspec
|
|
121
120
|
homepage: http://developer.vworkapp.com
|
|
122
121
|
licenses: []
|
data/vworkapp_ruby-0.1.0.gem
DELETED
|
Binary file
|