rpx_now 0.6.6 → 0.6.7
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/Rakefile +2 -3
- data/VERSION +1 -1
- data/lib/rpx_now.rb +1 -1
- data/rpx_now.gemspec +12 -11
- metadata +6 -6
data/Rakefile
CHANGED
@@ -1,5 +1,4 @@
|
|
1
1
|
require 'rubygems'
|
2
|
-
require 'echoe'
|
3
2
|
|
4
3
|
desc "Run all specs in spec directory"
|
5
4
|
task :default do |t|
|
@@ -18,7 +17,7 @@ begin
|
|
18
17
|
gem.email = "grosser.michael@gmail.com"
|
19
18
|
gem.homepage = "http://github.com/grosser/#{project_name}"
|
20
19
|
gem.authors = ["Michael Grosser"]
|
21
|
-
gem.add_dependency ['
|
20
|
+
gem.add_dependency ['json_pure']
|
22
21
|
gem.rubyforge_project = 'rpx-now'
|
23
22
|
end
|
24
23
|
|
@@ -31,4 +30,4 @@ begin
|
|
31
30
|
Jeweler::RubyforgeTasks.new
|
32
31
|
rescue LoadError
|
33
32
|
puts "Jeweler, or one of its dependencies, is not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
|
34
|
-
end
|
33
|
+
end
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.6.
|
1
|
+
0.6.7
|
data/lib/rpx_now.rb
CHANGED
data/rpx_now.gemspec
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
# Generated by jeweler
|
2
|
-
# DO NOT EDIT THIS FILE
|
3
|
-
# Instead, edit Jeweler::Tasks in Rakefile, and run
|
2
|
+
# DO NOT EDIT THIS FILE DIRECTLY
|
3
|
+
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
|
4
4
|
# -*- encoding: utf-8 -*-
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{rpx_now}
|
8
|
-
s.version = "0.6.
|
8
|
+
s.version = "0.6.7"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Michael Grosser"]
|
12
|
-
s.date = %q{2009-10-
|
12
|
+
s.date = %q{2009-10-25}
|
13
13
|
s.email = %q{grosser.michael@gmail.com}
|
14
14
|
s.extra_rdoc_files = [
|
15
15
|
"README.markdown"
|
@@ -45,12 +45,12 @@ Gem::Specification.new do |s|
|
|
45
45
|
s.rubygems_version = %q{1.3.5}
|
46
46
|
s.summary = %q{Helper to simplify RPX Now user login/creation}
|
47
47
|
s.test_files = [
|
48
|
-
"spec/
|
48
|
+
"spec/spec_helper.rb",
|
49
49
|
"spec/rpx_now/contacts_collection_spec.rb",
|
50
|
-
"spec/rpx_now/user_proxy_spec.rb",
|
51
50
|
"spec/rpx_now/api_spec.rb",
|
52
|
-
"spec/
|
53
|
-
"spec/integration/mapping_spec.rb"
|
51
|
+
"spec/rpx_now/user_proxy_spec.rb",
|
52
|
+
"spec/integration/mapping_spec.rb",
|
53
|
+
"spec/rpx_now_spec.rb"
|
54
54
|
]
|
55
55
|
|
56
56
|
if s.respond_to? :specification_version then
|
@@ -58,11 +58,12 @@ Gem::Specification.new do |s|
|
|
58
58
|
s.specification_version = 3
|
59
59
|
|
60
60
|
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
|
61
|
-
s.add_runtime_dependency(%q<
|
61
|
+
s.add_runtime_dependency(%q<json_pure>, [">= 0"])
|
62
62
|
else
|
63
|
-
s.add_dependency(%q<
|
63
|
+
s.add_dependency(%q<json_pure>, [">= 0"])
|
64
64
|
end
|
65
65
|
else
|
66
|
-
s.add_dependency(%q<
|
66
|
+
s.add_dependency(%q<json_pure>, [">= 0"])
|
67
67
|
end
|
68
68
|
end
|
69
|
+
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rpx_now
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michael Grosser
|
@@ -9,11 +9,11 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-10-
|
12
|
+
date: 2009-10-25 00:00:00 +02:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
|
-
name:
|
16
|
+
name: json_pure
|
17
17
|
type: :runtime
|
18
18
|
version_requirement:
|
19
19
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -82,9 +82,9 @@ signing_key:
|
|
82
82
|
specification_version: 3
|
83
83
|
summary: Helper to simplify RPX Now user login/creation
|
84
84
|
test_files:
|
85
|
-
- spec/
|
85
|
+
- spec/spec_helper.rb
|
86
86
|
- spec/rpx_now/contacts_collection_spec.rb
|
87
|
-
- spec/rpx_now/user_proxy_spec.rb
|
88
87
|
- spec/rpx_now/api_spec.rb
|
89
|
-
- spec/
|
88
|
+
- spec/rpx_now/user_proxy_spec.rb
|
90
89
|
- spec/integration/mapping_spec.rb
|
90
|
+
- spec/rpx_now_spec.rb
|