curdbee 0.0.6 → 0.0.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 +1 -1
- data/VERSION +1 -1
- data/curdbee.gemspec +2 -2
- metadata +3 -3
data/Rakefile
CHANGED
|
@@ -4,7 +4,7 @@ begin
|
|
|
4
4
|
require 'jeweler'
|
|
5
5
|
Jeweler::Tasks.new do |gem|
|
|
6
6
|
gem.name = "curdbee"
|
|
7
|
-
gem.summary = %Q{Ruby wrapper for the
|
|
7
|
+
gem.summary = %Q{Ruby wrapper for the CurdBee API}
|
|
8
8
|
gem.email = "lakshan@vesess.com"
|
|
9
9
|
gem.homepage = "http://github.com/vesess/curdbee"
|
|
10
10
|
gem.authors = ["Lakshan Perera"]
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.7
|
data/curdbee.gemspec
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{curdbee}
|
|
8
|
-
s.version = "0.0.
|
|
8
|
+
s.version = "0.0.7"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Lakshan Perera"]
|
|
@@ -69,7 +69,7 @@ Gem::Specification.new do |s|
|
|
|
69
69
|
s.rdoc_options = ["--charset=UTF-8"]
|
|
70
70
|
s.require_paths = ["lib"]
|
|
71
71
|
s.rubygems_version = %q{1.3.6}
|
|
72
|
-
s.summary = %q{Ruby wrapper for the
|
|
72
|
+
s.summary = %q{Ruby wrapper for the CurdBee API}
|
|
73
73
|
s.test_files = [
|
|
74
74
|
"spec/client_spec.rb",
|
|
75
75
|
"spec/estimate_spec.rb",
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 0
|
|
8
|
-
-
|
|
9
|
-
version: 0.0.
|
|
8
|
+
- 7
|
|
9
|
+
version: 0.0.7
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Lakshan Perera
|
|
@@ -144,7 +144,7 @@ rubyforge_project:
|
|
|
144
144
|
rubygems_version: 1.3.6
|
|
145
145
|
signing_key:
|
|
146
146
|
specification_version: 3
|
|
147
|
-
summary: Ruby wrapper for the
|
|
147
|
+
summary: Ruby wrapper for the CurdBee API
|
|
148
148
|
test_files:
|
|
149
149
|
- spec/client_spec.rb
|
|
150
150
|
- spec/estimate_spec.rb
|