jm81-svn-fixture 0.1.0

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.
metadata ADDED
@@ -0,0 +1,81 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: jm81-svn-fixture
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Jared Morgan
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2009-07-05 00:00:00 -07:00
13
+ default_executable:
14
+ dependencies: []
15
+
16
+ description:
17
+ email: jmorgan@morgancreative.net
18
+ executables: []
19
+
20
+ extensions: []
21
+
22
+ extra_rdoc_files:
23
+ - LICENSE
24
+ - README.md
25
+ files:
26
+ - .document
27
+ - .gitignore
28
+ - LICENSE
29
+ - README.md
30
+ - Rakefile
31
+ - VERSION
32
+ - lib/svn-fixture.rb
33
+ - lib/svn-fixture/directory.rb
34
+ - lib/svn-fixture/file.rb
35
+ - lib/svn-fixture/repository.rb
36
+ - lib/svn-fixture/revision.rb
37
+ - spec/spec_helper.rb
38
+ - spec/svn-fixture/config_spec.rb
39
+ - spec/svn-fixture/directory_spec.rb
40
+ - spec/svn-fixture/file_spec.rb
41
+ - spec/svn-fixture/fixtures/hello_world.rb
42
+ - spec/svn-fixture/integration_spec.rb
43
+ - spec/svn-fixture/repository_spec.rb
44
+ - spec/svn-fixture/revision_spec.rb
45
+ - spec/svn-fixture_spec.rb
46
+ has_rdoc: false
47
+ homepage: http://github.com/jm81/svn-fixture
48
+ post_install_message:
49
+ rdoc_options:
50
+ - --charset=UTF-8
51
+ require_paths:
52
+ - lib
53
+ required_ruby_version: !ruby/object:Gem::Requirement
54
+ requirements:
55
+ - - ">="
56
+ - !ruby/object:Gem::Version
57
+ version: "0"
58
+ version:
59
+ required_rubygems_version: !ruby/object:Gem::Requirement
60
+ requirements:
61
+ - - ">="
62
+ - !ruby/object:Gem::Version
63
+ version: "0"
64
+ version:
65
+ requirements: []
66
+
67
+ rubyforge_project:
68
+ rubygems_version: 1.2.0
69
+ signing_key:
70
+ specification_version: 3
71
+ summary: TODO
72
+ test_files:
73
+ - spec/spec_helper.rb
74
+ - spec/svn-fixture/config_spec.rb
75
+ - spec/svn-fixture/directory_spec.rb
76
+ - spec/svn-fixture/file_spec.rb
77
+ - spec/svn-fixture/fixtures/hello_world.rb
78
+ - spec/svn-fixture/integration_spec.rb
79
+ - spec/svn-fixture/repository_spec.rb
80
+ - spec/svn-fixture/revision_spec.rb
81
+ - spec/svn-fixture_spec.rb