simplificator-billboard-api 0.6.1 → 0.6.2

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.6.1
1
+ 0.6.2
@@ -1,12 +1,15 @@
1
+ # Generated by jeweler
2
+ # DO NOT EDIT THIS FILE
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
1
4
  # -*- encoding: utf-8 -*-
2
5
 
3
6
  Gem::Specification.new do |s|
4
7
  s.name = %q{billboard-api}
5
- s.version = "0.6.1"
8
+ s.version = "0.6.2"
6
9
 
7
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
11
  s.authors = ["simplificator"]
9
- s.date = %q{2009-08-25}
12
+ s.date = %q{2009-08-26}
10
13
  s.description = %q{Billboard-API is needed to add the additional models for the billboard application.}
11
14
  s.email = %q{info@simplificator.com}
12
15
  s.extra_rdoc_files = [
@@ -37,7 +40,7 @@ Gem::Specification.new do |s|
37
40
  s.homepage = %q{http://github.com/simplificator/billboard-api}
38
41
  s.rdoc_options = ["--charset=UTF-8"]
39
42
  s.require_paths = ["lib"]
40
- s.rubygems_version = %q{1.3.2}
43
+ s.rubygems_version = %q{1.3.1}
41
44
  s.summary = %q{TODO: one-line summary of your gem}
42
45
  s.test_files = [
43
46
  "test/billboard-api_test.rb",
@@ -47,7 +50,7 @@ Gem::Specification.new do |s|
47
50
 
48
51
  if s.respond_to? :specification_version then
49
52
  current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
50
- s.specification_version = 3
53
+ s.specification_version = 2
51
54
 
52
55
  if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
53
56
  s.add_development_dependency(%q<thoughtbot-shoulda>, [">= 0"])
@@ -1,5 +1,5 @@
1
1
  module BillboardApi
2
2
  class PaymentMethod < ActiveResource::Base
3
- self.site = "http://billboard.garden.u2.simplificator.com"
3
+ # self.site = "http://billboard.garden.u2.simplificator.com"
4
4
  end
5
5
  end
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.6.1
4
+ version: 0.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - simplificator
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-08-25 00:00:00 -07:00
12
+ date: 2009-08-26 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -52,7 +52,6 @@ files:
52
52
  - test/test_helper.rb
53
53
  has_rdoc: true
54
54
  homepage: http://github.com/simplificator/billboard-api
55
- licenses:
56
55
  post_install_message:
57
56
  rdoc_options:
58
57
  - --charset=UTF-8
@@ -73,9 +72,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
72
  requirements: []
74
73
 
75
74
  rubyforge_project:
76
- rubygems_version: 1.3.5
75
+ rubygems_version: 1.2.0
77
76
  signing_key:
78
- specification_version: 3
77
+ specification_version: 2
79
78
  summary: "TODO: one-line summary of your gem"
80
79
  test_files:
81
80
  - test/billboard-api_test.rb