approvals-approval_tests 0.0.5 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/Rakefile +2 -1
  2. data/VERSION +1 -1
  3. data/approval_tests.gemspec +68 -0
  4. metadata +5 -4
data/Rakefile CHANGED
@@ -13,8 +13,9 @@ begin
13
13
  gemspec.summary = "Approval testing library"
14
14
  gemspec.email = "approvaltests@dangilkerson.com"
15
15
  gemspec.homepage = "http://github.com/approvaltests/approval_tests"
16
- gemspec.description = "Approval testing library"
16
+ gemspec.description = "Approval testing library for ruby"
17
17
  gemspec.authors = ["Dan Gilkerson, Llewellyn Falco"]
18
+ gemspec.rubyforge_project = 'approvaltests'
18
19
  end
19
20
  rescue LoadError
20
21
  puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.3
1
+ 0.0.7
@@ -0,0 +1,68 @@
1
+ # -*- encoding: utf-8 -*-
2
+
3
+ Gem::Specification.new do |s|
4
+ s.name = %q{approval_tests}
5
+ s.version = "0.0.7"
6
+
7
+ s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
+ s.authors = ["Dan Gilkerson, Llewellyn Falco"]
9
+ s.date = %q{2009-07-03}
10
+ s.description = %q{Approval testing library for ruby}
11
+ s.email = %q{approvaltests@dangilkerson.com}
12
+ s.extra_rdoc_files = [
13
+ "README"
14
+ ]
15
+ s.files = [
16
+ "README",
17
+ "Rakefile",
18
+ "VERSION",
19
+ "approval_tests.gemspec",
20
+ "lib/approval_tests.rb",
21
+ "lib/approval_tests/approvals.rb",
22
+ "lib/approval_tests/approvers/file_approver.rb",
23
+ "lib/approval_tests/extensions/rspec.rb",
24
+ "lib/approval_tests/namers/rspec_namer.rb",
25
+ "lib/approval_tests/reporters/diff_reporter.rb",
26
+ "lib/approval_tests/reporters/quiet_reporter.rb",
27
+ "lib/approval_tests/reporters/text_mate_reporter.rb",
28
+ "lib/approval_tests/writers/html_writer.rb",
29
+ "lib/approval_tests/writers/text_writer.rb",
30
+ "lib/approval_tests/writers/xml_writer.rb",
31
+ "spec/a.txt",
32
+ "spec/approvals_lists_should_show_empty_lists.approved.txt",
33
+ "spec/approvals_lists_should_write_arrays.approved.txt",
34
+ "spec/approvals_lists_should_write_maps.approved.txt",
35
+ "spec/approvals_multiple_describes_should_approve_multiple_describes.approved.txt",
36
+ "spec/approvals_should_approve_shared_behaviors.approved.txt",
37
+ "spec/approvals_should_successfully_approve_text.approved.txt",
38
+ "spec/approvals_spec.rb",
39
+ "spec/approvals_using_approval_blocks.approved.txt",
40
+ "spec/approvals_using_approval_blocks_the_last_statement.approved.txt",
41
+ "spec/approvals_xml_should_be_pretty.approved.txt",
42
+ "spec/b.txt",
43
+ "spec/cleanup_reporter.rb",
44
+ "spec/spec.opts",
45
+ "spec/spec_helper.rb"
46
+ ]
47
+ s.homepage = %q{http://github.com/approvaltests/approval_tests}
48
+ s.rdoc_options = ["--charset=UTF-8"]
49
+ s.require_paths = ["lib"]
50
+ s.rubyforge_project = %q{approvaltests}
51
+ s.rubygems_version = %q{1.3.4}
52
+ s.summary = %q{Approval testing library}
53
+ s.test_files = [
54
+ "spec/approvals_spec.rb",
55
+ "spec/cleanup_reporter.rb",
56
+ "spec/spec_helper.rb"
57
+ ]
58
+
59
+ if s.respond_to? :specification_version then
60
+ current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
61
+ s.specification_version = 3
62
+
63
+ if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
64
+ else
65
+ end
66
+ else
67
+ end
68
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: approvals-approval_tests
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dan Gilkerson, Llewellyn Falco
@@ -9,11 +9,11 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-07-02 00:00:00 -07:00
12
+ date: 2009-07-03 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
16
- description: Approval testing library
16
+ description: Approval testing library for ruby
17
17
  email: approvaltests@dangilkerson.com
18
18
  executables: []
19
19
 
@@ -25,6 +25,7 @@ files:
25
25
  - README
26
26
  - Rakefile
27
27
  - VERSION
28
+ - approval_tests.gemspec
28
29
  - lib/approval_tests.rb
29
30
  - lib/approval_tests/approvals.rb
30
31
  - lib/approval_tests/approvers/file_approver.rb
@@ -72,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
72
73
  version:
73
74
  requirements: []
74
75
 
75
- rubyforge_project:
76
+ rubyforge_project: approvaltests
76
77
  rubygems_version: 1.2.0
77
78
  signing_key:
78
79
  specification_version: 3