yard-sinatra 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,3 @@
1
+ require "big_band/integration" unless defined? BigBand
2
+ BigBand::VERSION = "0.2.1"
3
+ BigBand::DATE = "2009-12-28"
@@ -0,0 +1,2 @@
1
+ # This is a dummy file to hook into YARD.load_plugins
2
+ require "big_band/integration/yard"
@@ -0,0 +1,24 @@
1
+ $LOAD_PATH.unshift "lib"
2
+ require "lib/big_band/version"
3
+
4
+ YARD_SINATRA_SPEC = Gem::Specification.new do |s|
5
+
6
+ s.name = "yard-sinatra"
7
+ s.version = BigBand::VERSION
8
+ s.date = BigBand::DATE
9
+ s.author = "Konstantin Haase"
10
+ s.email = "konstantin.mailinglists@googlemail.com"
11
+ s.homepage = "http://github.com/rkh/big_band"
12
+ s.platform = Gem::Platform::RUBY
13
+ s.summary = "YARD plugin for parsing sinatra routes"
14
+ s.files = ["yard-sinatra.gemspec", "lib/yard-sinatra.rb", "lib/big_band/version.rb"]
15
+ s.require_paths = ['lib']
16
+ s.description = s.summary + " See README.rdoc for more infos."
17
+ s.has_rdoc = false
18
+
19
+ s.add_dependency "big_band", "= #{BigBand::VERSION}"
20
+
21
+ s.specification_version = 2 if s.respond_to? :specification_version=
22
+ s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
23
+
24
+ end
metadata ADDED
@@ -0,0 +1,66 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: yard-sinatra
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.2.1
5
+ platform: ruby
6
+ authors:
7
+ - Konstantin Haase
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2009-12-28 00:00:00 +01:00
13
+ default_executable:
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: big_band
17
+ type: :runtime
18
+ version_requirement:
19
+ version_requirements: !ruby/object:Gem::Requirement
20
+ requirements:
21
+ - - "="
22
+ - !ruby/object:Gem::Version
23
+ version: 0.2.1
24
+ version:
25
+ description: YARD plugin for parsing sinatra routes See README.rdoc for more infos.
26
+ email: konstantin.mailinglists@googlemail.com
27
+ executables: []
28
+
29
+ extensions: []
30
+
31
+ extra_rdoc_files: []
32
+
33
+ files:
34
+ - yard-sinatra.gemspec
35
+ - lib/yard-sinatra.rb
36
+ - lib/big_band/version.rb
37
+ has_rdoc: false
38
+ homepage: http://github.com/rkh/big_band
39
+ licenses: []
40
+
41
+ post_install_message:
42
+ rdoc_options: []
43
+
44
+ require_paths:
45
+ - lib
46
+ required_ruby_version: !ruby/object:Gem::Requirement
47
+ requirements:
48
+ - - ">="
49
+ - !ruby/object:Gem::Version
50
+ version: "0"
51
+ version:
52
+ required_rubygems_version: !ruby/object:Gem::Requirement
53
+ requirements:
54
+ - - ">="
55
+ - !ruby/object:Gem::Version
56
+ version: "0"
57
+ version:
58
+ requirements: []
59
+
60
+ rubyforge_project:
61
+ rubygems_version: 1.3.5
62
+ signing_key:
63
+ specification_version: 2
64
+ summary: YARD plugin for parsing sinatra routes
65
+ test_files: []
66
+