simplificator-billboard-api 0.1.0 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.3.0
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{billboard-api}
8
- s.version = "0.1.0"
8
+ s.version = "0.3.0"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["simplificator"]
@@ -27,7 +27,7 @@ Gem::Specification.new do |s|
27
27
  "lib/billboard-api.rb",
28
28
  "lib/billboard-api/currency.rb",
29
29
  "lib/billboard-api/customer.rb",
30
- "lib/billboard-api/order.rb.rb",
30
+ "lib/billboard-api/order.rb",
31
31
  "lib/billboard-api/payment_method.rb",
32
32
  "lib/billboard-api/tax.rb",
33
33
  "test/billboard-api_test.rb",
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simplificator-billboard-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - simplificator
@@ -42,7 +42,7 @@ files:
42
42
  - lib/billboard-api.rb
43
43
  - lib/billboard-api/currency.rb
44
44
  - lib/billboard-api/customer.rb
45
- - lib/billboard-api/order.rb.rb
45
+ - lib/billboard-api/order.rb
46
46
  - lib/billboard-api/payment_method.rb
47
47
  - lib/billboard-api/tax.rb
48
48
  - test/billboard-api_test.rb