public
Description: The latest and greatest wheel to be invented yet
Homepage:
Clone URL: git://github.com/spicycode/micronaut.git
micronaut / micronaut.gemspec
100644 152 lines (147 sloc) 6.847 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
# Generated by jeweler
# DO NOT EDIT THIS FILE
# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
# -*- encoding: utf-8 -*-
 
Gem::Specification.new do |s|
  s.name = %q{micronaut}
  s.version = "0.3.0"
 
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Chad Humphries"]
  s.date = %q{2009-08-10}
  s.default_executable = %q{micronaut}
  s.description = %q{An excellent replacement for the wheel...}
  s.email = %q{chad@spicycode.com}
  s.executables = ["micronaut"]
  s.extra_rdoc_files = [
    "LICENSE",
     "README.markdown"
  ]
  s.files = [
    "LICENSE",
     "README.markdown",
     "RSPEC-LICENSE",
     "Rakefile",
     "VERSION.yml",
     "bin/micronaut",
     "examples/example_helper.rb",
     "examples/lib/micronaut/behaviour_example.rb",
     "examples/lib/micronaut/configuration_example.rb",
     "examples/lib/micronaut/example_example.rb",
     "examples/lib/micronaut/expectations/extensions/object_example.rb",
     "examples/lib/micronaut/expectations/fail_with_example.rb",
     "examples/lib/micronaut/expectations/wrap_expectation_example.rb",
     "examples/lib/micronaut/formatters/base_formatter_example.rb",
     "examples/lib/micronaut/formatters/documentation_formatter_example.rb",
     "examples/lib/micronaut/formatters/progress_formatter_example.rb",
     "examples/lib/micronaut/kernel_extensions_example.rb",
     "examples/lib/micronaut/matchers/be_close_example.rb",
     "examples/lib/micronaut/matchers/be_example.rb",
     "examples/lib/micronaut/matchers/change_example.rb",
     "examples/lib/micronaut/matchers/description_generation_example.rb",
     "examples/lib/micronaut/matchers/eql_example.rb",
     "examples/lib/micronaut/matchers/equal_example.rb",
     "examples/lib/micronaut/matchers/has_example.rb",
     "examples/lib/micronaut/matchers/have_example.rb",
     "examples/lib/micronaut/matchers/include_example.rb",
     "examples/lib/micronaut/matchers/match_example.rb",
     "examples/lib/micronaut/matchers/matcher_methods_example.rb",
     "examples/lib/micronaut/matchers/operator_matcher_example.rb",
     "examples/lib/micronaut/matchers/raise_error_example.rb",
     "examples/lib/micronaut/matchers/respond_to_example.rb",
     "examples/lib/micronaut/matchers/satisfy_example.rb",
     "examples/lib/micronaut/matchers/simple_matcher_example.rb",
     "examples/lib/micronaut/matchers/throw_symbol_example.rb",
     "examples/lib/micronaut/mocha_example.rb",
     "examples/lib/micronaut/runner_example.rb",
     "examples/lib/micronaut/world_example.rb",
     "examples/lib/micronaut_example.rb",
     "examples/resources/example_classes.rb",
     "lib/micronaut.rb",
     "lib/micronaut/behaviour.rb",
     "lib/micronaut/configuration.rb",
     "lib/micronaut/example.rb",
     "lib/micronaut/expectations.rb",
     "lib/micronaut/expectations/extensions/object.rb",
     "lib/micronaut/expectations/handler.rb",
     "lib/micronaut/expectations/wrap_expectation.rb",
     "lib/micronaut/formatters.rb",
     "lib/micronaut/formatters/base_formatter.rb",
     "lib/micronaut/formatters/base_text_formatter.rb",
     "lib/micronaut/formatters/documentation_formatter.rb",
     "lib/micronaut/formatters/progress_formatter.rb",
     "lib/micronaut/kernel_extensions.rb",
     "lib/micronaut/matchers.rb",
     "lib/micronaut/matchers/be.rb",
     "lib/micronaut/matchers/be_close.rb",
     "lib/micronaut/matchers/change.rb",
     "lib/micronaut/matchers/eql.rb",
     "lib/micronaut/matchers/equal.rb",
     "lib/micronaut/matchers/generated_descriptions.rb",
     "lib/micronaut/matchers/has.rb",
     "lib/micronaut/matchers/have.rb",
     "lib/micronaut/matchers/include.rb",
     "lib/micronaut/matchers/match.rb",
     "lib/micronaut/matchers/method_missing.rb",
     "lib/micronaut/matchers/operator_matcher.rb",
     "lib/micronaut/matchers/raise_error.rb",
     "lib/micronaut/matchers/respond_to.rb",
     "lib/micronaut/matchers/satisfy.rb",
     "lib/micronaut/matchers/simple_matcher.rb",
     "lib/micronaut/matchers/throw_symbol.rb",
     "lib/micronaut/mocking/with_absolutely_nothing.rb",
     "lib/micronaut/mocking/with_mocha.rb",
     "lib/micronaut/mocking/with_rr.rb",
     "lib/micronaut/rake_task.rb",
     "lib/micronaut/runner.rb",
     "lib/micronaut/world.rb"
  ]
  s.homepage = %q{http://github.com/spicycode/micronaut}
  s.rdoc_options = ["--charset=UTF-8"]
  s.require_paths = ["lib"]
  s.rubyforge_project = %q{spicycode-depot}
  s.rubygems_version = %q{1.3.5}
  s.summary = %q{An excellent replacement for the wheel...}
  s.test_files = [
    "examples/example_helper.rb",
     "examples/lib/micronaut/behaviour_example.rb",
     "examples/lib/micronaut/configuration_example.rb",
     "examples/lib/micronaut/example_example.rb",
     "examples/lib/micronaut/expectations/extensions/object_example.rb",
     "examples/lib/micronaut/expectations/fail_with_example.rb",
     "examples/lib/micronaut/expectations/wrap_expectation_example.rb",
     "examples/lib/micronaut/formatters/base_formatter_example.rb",
     "examples/lib/micronaut/formatters/documentation_formatter_example.rb",
     "examples/lib/micronaut/formatters/progress_formatter_example.rb",
     "examples/lib/micronaut/kernel_extensions_example.rb",
     "examples/lib/micronaut/matchers/be_close_example.rb",
     "examples/lib/micronaut/matchers/be_example.rb",
     "examples/lib/micronaut/matchers/change_example.rb",
     "examples/lib/micronaut/matchers/description_generation_example.rb",
     "examples/lib/micronaut/matchers/eql_example.rb",
     "examples/lib/micronaut/matchers/equal_example.rb",
     "examples/lib/micronaut/matchers/has_example.rb",
     "examples/lib/micronaut/matchers/have_example.rb",
     "examples/lib/micronaut/matchers/include_example.rb",
     "examples/lib/micronaut/matchers/match_example.rb",
     "examples/lib/micronaut/matchers/matcher_methods_example.rb",
     "examples/lib/micronaut/matchers/operator_matcher_example.rb",
     "examples/lib/micronaut/matchers/raise_error_example.rb",
     "examples/lib/micronaut/matchers/respond_to_example.rb",
     "examples/lib/micronaut/matchers/satisfy_example.rb",
     "examples/lib/micronaut/matchers/simple_matcher_example.rb",
     "examples/lib/micronaut/matchers/throw_symbol_example.rb",
     "examples/lib/micronaut/mocha_example.rb",
     "examples/lib/micronaut/runner_example.rb",
     "examples/lib/micronaut/world_example.rb",
     "examples/lib/micronaut_example.rb",
     "examples/resources/example_classes.rb"
  ]
 
  if s.respond_to? :specification_version then
    current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
    s.specification_version = 3
 
    if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
    else
    end
  else
  end
end