spec_oompa_loompa 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore CHANGED
@@ -19,3 +19,5 @@ rdoc
19
19
  pkg
20
20
 
21
21
  ## PROJECT::SPECIFIC
22
+
23
+ *.gem
data/VERSION ADDED
@@ -0,0 +1 @@
1
+ 0.1.1
@@ -1,4 +1,4 @@
1
- module SpecOompaLoompa
1
+ module SpecOmpaLoompa
2
2
  module TestHelpers
3
3
  #TODO : Write specs
4
4
  # Easily alter constants within specs to test effects
@@ -1,4 +1,4 @@
1
1
  module SpecOompaLoompa
2
2
  autoload :SpecHelpers, "spec_oompa_loompa/spec_helpers"
3
3
  end
4
- SOL = SpecOoompaLoompa
4
+ SOL = SpecOompaLoompa
@@ -0,0 +1,56 @@
1
+ # Generated by jeweler
2
+ # DO NOT EDIT THIS FILE DIRECTLY
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
4
+ # -*- encoding: utf-8 -*-
5
+
6
+ Gem::Specification.new do |s|
7
+ s.name = %q{spec_oompa_loompa}
8
+ s.version = "0.1.1"
9
+
10
+ s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
+ s.authors = ["Tom Meier"]
12
+ s.date = %q{2010-05-18}
13
+ s.description = %q{Spec helpers}
14
+ s.email = %q{ozmeier@yahoo.co.uk}
15
+ s.extra_rdoc_files = [
16
+ "LICENSE",
17
+ "README.rdoc"
18
+ ]
19
+ s.files = [
20
+ ".document",
21
+ ".gitignore",
22
+ "LICENSE",
23
+ "README.rdoc",
24
+ "Rakefile",
25
+ "VERSION",
26
+ "lib/spec_oompa_loompa.rb",
27
+ "lib/spec_oompa_loompa/spec_helpers.rb",
28
+ "spec/spec.opts",
29
+ "spec/spec_helper.rb",
30
+ "spec/spec_oompa_loompa_spec.rb",
31
+ "spec_oompa_loompa.gemspec"
32
+ ]
33
+ s.homepage = %q{http://github.com/tommeier/spec_oompa_loompa}
34
+ s.rdoc_options = ["--charset=UTF-8"]
35
+ s.require_paths = ["lib"]
36
+ s.rubygems_version = %q{1.3.5}
37
+ s.summary = %q{Helpful Spec Helpers with Orange Hair}
38
+ s.test_files = [
39
+ "spec/spec_helper.rb",
40
+ "spec/spec_oompa_loompa_spec.rb"
41
+ ]
42
+
43
+ if s.respond_to? :specification_version then
44
+ current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
45
+ s.specification_version = 3
46
+
47
+ if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
48
+ s.add_development_dependency(%q<rspec>, [">= 1.2.9"])
49
+ else
50
+ s.add_dependency(%q<rspec>, [">= 1.2.9"])
51
+ end
52
+ else
53
+ s.add_dependency(%q<rspec>, [">= 1.2.9"])
54
+ end
55
+ end
56
+
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spec_oompa_loompa
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Meier
@@ -37,11 +37,13 @@ files:
37
37
  - LICENSE
38
38
  - README.rdoc
39
39
  - Rakefile
40
+ - VERSION
40
41
  - lib/spec_oompa_loompa.rb
41
42
  - lib/spec_oompa_loompa/spec_helpers.rb
42
43
  - spec/spec.opts
43
44
  - spec/spec_helper.rb
44
45
  - spec/spec_oompa_loompa_spec.rb
46
+ - spec_oompa_loompa.gemspec
45
47
  has_rdoc: true
46
48
  homepage: http://github.com/tommeier/spec_oompa_loompa
47
49
  licenses: []