payments-pl 0.4.0 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -5,12 +5,11 @@ begin
5
5
  require 'jeweler'
6
6
  Jeweler::Tasks.new do |gem|
7
7
  gem.name = "payments-pl"
8
- gem.summary = %Q{Simple gem for payments via platnosci.pl}
9
- gem.description = %Q{Simple gem for payments via platnosci.pl}
8
+ gem.summary = %Q{Simple library for payments via platnosci.pl}
9
+ gem.description = %Q{Simple library for payments via platnosci.pl}
10
10
  gem.email = "m.mlozniak@gmail.com"
11
11
  gem.homepage = "http://github.com/ronin/payments-pl"
12
12
  gem.authors = ["Michał Młoźniak"]
13
- gem.add_development_dependency "thoughtbot-shoulda", ">= 0"
14
13
  # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
15
14
  end
16
15
  Jeweler::GemcutterTasks.new
@@ -50,13 +49,3 @@ YARD::Rake::YardocTask.new do |t|
50
49
 
51
50
  t.options += ['--title', "payments-pl #{version}"]
52
51
  end
53
-
54
- #require 'rake/rdoctask'
55
- #Rake::RDocTask.new do |rdoc|
56
- # version = File.exist?('VERSION') ? File.read('VERSION') : ""
57
-
58
- # rdoc.rdoc_dir = 'rdoc'
59
- # rdoc.title = "payments-pl #{version}"
60
- # rdoc.rdoc_files.include('README*')
61
- # rdoc.rdoc_files.include('lib/**/*.rb')
62
- #end
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.0
1
+ 0.4.1
data/payments-pl.gemspec CHANGED
@@ -5,12 +5,12 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{payments-pl}
8
- s.version = "0.4.0"
8
+ s.version = "0.4.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Micha\305\202 M\305\202o\305\272niak"]
12
12
  s.date = %q{2010-08-17}
13
- s.description = %q{Simple gem for payments via platnosci.pl}
13
+ s.description = %q{Simple library for payments via platnosci.pl}
14
14
  s.email = %q{m.mlozniak@gmail.com}
15
15
  s.extra_rdoc_files = [
16
16
  "LICENSE",
@@ -48,31 +48,22 @@ Gem::Specification.new do |s|
48
48
  "lib/payments/transaction.rb",
49
49
  "lib/payments/view_helpers.rb",
50
50
  "lib/payments_pl.rb",
51
- "payments-pl.gemspec",
52
- "test/helper.rb",
53
- "test/test_payments-pl.rb"
51
+ "payments-pl.gemspec"
54
52
  ]
55
53
  s.homepage = %q{http://github.com/ronin/payments-pl}
56
54
  s.rdoc_options = ["--charset=UTF-8"]
57
55
  s.require_paths = ["lib"]
58
56
  s.rubygems_version = %q{1.3.7}
59
- s.summary = %q{Simple gem for payments via platnosci.pl}
60
- s.test_files = [
61
- "test/test_payments-pl.rb",
62
- "test/helper.rb"
63
- ]
57
+ s.summary = %q{Simple library for payments via platnosci.pl}
64
58
 
65
59
  if s.respond_to? :specification_version then
66
60
  current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
67
61
  s.specification_version = 3
68
62
 
69
63
  if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
70
- s.add_development_dependency(%q<thoughtbot-shoulda>, [">= 0"])
71
64
  else
72
- s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"])
73
65
  end
74
66
  else
75
- s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"])
76
67
  end
77
68
  end
78
69
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: payments-pl
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15
4
+ hash: 13
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
- - 0
10
- version: 0.4.0
9
+ - 1
10
+ version: 0.4.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - !binary |
@@ -19,22 +19,9 @@ cert_chain: []
19
19
 
20
20
  date: 2010-08-17 00:00:00 +02:00
21
21
  default_executable:
22
- dependencies:
23
- - !ruby/object:Gem::Dependency
24
- name: thoughtbot-shoulda
25
- prerelease: false
26
- requirement: &id001 !ruby/object:Gem::Requirement
27
- none: false
28
- requirements:
29
- - - ">="
30
- - !ruby/object:Gem::Version
31
- hash: 3
32
- segments:
33
- - 0
34
- version: "0"
35
- type: :development
36
- version_requirements: *id001
37
- description: Simple gem for payments via platnosci.pl
22
+ dependencies: []
23
+
24
+ description: Simple library for payments via platnosci.pl
38
25
  email: m.mlozniak@gmail.com
39
26
  executables: []
40
27
 
@@ -76,8 +63,6 @@ files:
76
63
  - lib/payments/view_helpers.rb
77
64
  - lib/payments_pl.rb
78
65
  - payments-pl.gemspec
79
- - test/helper.rb
80
- - test/test_payments-pl.rb
81
66
  has_rdoc: true
82
67
  homepage: http://github.com/ronin/payments-pl
83
68
  licenses: []
@@ -111,7 +96,6 @@ rubyforge_project:
111
96
  rubygems_version: 1.3.7
112
97
  signing_key:
113
98
  specification_version: 3
114
- summary: Simple gem for payments via platnosci.pl
115
- test_files:
116
- - test/test_payments-pl.rb
117
- - test/helper.rb
99
+ summary: Simple library for payments via platnosci.pl
100
+ test_files: []
101
+
data/test/helper.rb DELETED
@@ -1,10 +0,0 @@
1
- require 'rubygems'
2
- require 'test/unit'
3
- require 'shoulda'
4
-
5
- $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
6
- $LOAD_PATH.unshift(File.dirname(__FILE__))
7
- require 'payments-pl'
8
-
9
- class Test::Unit::TestCase
10
- end
@@ -1,7 +0,0 @@
1
- require 'helper'
2
-
3
- class TestPaymentsPl < Test::Unit::TestCase
4
- should "probably rename this file and start testing for real" do
5
- flunk "hey buddy, you should probably rename this file and start testing for real"
6
- end
7
- end