-
Notifications
You must be signed in to change notification settings - Fork 6
/
ruby_crawl.gemspec
114 lines (109 loc) · 4.9 KB
/
ruby_crawl.gemspec
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
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
# stub: ruby_crawl 0.1.0 ruby lib
Gem::Specification.new do |s|
s.name = "ruby_crawl"
s.version = "0.1.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib"]
s.authors = ["reiz"]
s.date = "2014-05-25"
s.description = "VersionEye crawlers implemented in Ruby"
s.email = "[email protected]"
s.extra_rdoc_files = [
"LICENSE.txt",
"README.rdoc"
]
s.files = [
".document",
"Gemfile",
"Gemfile.lock",
"LICENSE.txt",
"README.rdoc",
"Rakefile",
"VERSION",
"config/mongoid.yml",
"config/settings.json",
"lib/ruby_crawl.rb",
"lib/versioneye.rake",
"lib/versioneye/crawl.rb",
"lib/versioneye/crawlers/bower_crawler.rb",
"lib/versioneye/crawlers/cocoapods_crawler.rb",
"lib/versioneye/crawlers/cocoapods_podspec_parser.rb",
"lib/versioneye/crawlers/composer_utils.rb",
"lib/versioneye/crawlers/crawler_utils.rb",
"lib/versioneye/crawlers/github_crawler.rb",
"lib/versioneye/crawlers/github_version_crawler.rb",
"lib/versioneye/crawlers/npm_crawler.rb",
"lib/versioneye/crawlers/packagist_crawler.rb",
"lib/versioneye/crawlers/tiki_crawler.rb",
"ruby_crawl.gemspec",
"spec/domain_factories/product_factory.rb",
"spec/fixtures/files/maven-1.0.1.pom",
"spec/fixtures/files/pod_file/example1/Podfile",
"spec/fixtures/files/pod_file/example2/Podfile",
"spec/fixtures/files/pod_file/more-complex.podfile",
"spec/fixtures/files/pod_file/target_example1/Podfile",
"spec/fixtures/files/pod_file/target_example2/Podfile",
"spec/fixtures/files/pod_file/target_example_3/Podfile",
"spec/fixtures/files/podfilelock/example1/Podfile.lock",
"spec/fixtures/files/podfilelock/example2/Podfile.lock",
"spec/fixtures/files/podspec/AeroGear-Push.podspec",
"spec/fixtures/files/podspec/Reachability-newer.podspec",
"spec/fixtures/files/podspec/Reachability.podspec",
"spec/fixtures/files/podspec/ShareKit.podspec",
"spec/fixtures/files/podspec/subspec_ex1/RestKit.podspec",
"spec/fixtures/files/podspec/twitter-text-objc.podspec",
"spec/fixtures/vcr_cassettes/bower_crawler_jquery_spec_projects.yml",
"spec/fixtures/vcr_cassettes/bower_crawler_jquery_spec_tag_projects.yml",
"spec/fixtures/vcr_cassettes/bower_crawler_jquery_spec_versions.yml",
"spec/fixtures/vcr_cassettes/bower_crawler_jquery_specs_projects.yml",
"spec/fixtures/vcr_cassettes/bower_crawler_jquery_specs_versions.yml",
"spec/fixtures/vcr_cassettes/bower_crawler_spec_projects.yml",
"spec/fixtures/vcr_cassettes/bower_crawler_spec_tag_projects.yml",
"spec/fixtures/vcr_cassettes/bower_crawler_spec_versions.yml",
"spec/fixtures/vcr_cassettes/github_version_crawler_fetch_commit_date/should_return_the_date_for_a_commit.yml",
"spec/fixtures/vcr_cassettes/github_version_crawler_tags_for_repo/returns_tags.yml",
"spec/fixtures/vcr_cassettes/github_version_crawler_versions_for_github_url/returns_correct_versions_for_render_as_markdown.yml",
"spec/spec_helper.rb",
"spec/versioneye/crawlers/bower_crawler_jquery_spec.rb",
"spec/versioneye/crawlers/bower_crawler_spec.rb",
"spec/versioneye/crawlers/cocoapods_podspec_parser_spec.rb",
"spec/versioneye/crawlers/crawler_utils_spec.rb",
"spec/versioneye/crawlers/github_version_crawler_spec.rb",
"spec/versioneye/crawlers/packagist_crawler_spec.rb",
"spec/versioneye/domain_factories/product_factory.rb",
"spec/versioneye/domain_factories/user_factory.rb"
]
s.homepage = "http://github.com/reiz/ruby_crawl"
s.licenses = ["MIT"]
s.rubygems_version = "2.2.2"
s.summary = "VersionEye crawlers implemented in Ruby"
if s.respond_to? :specification_version then
s.specification_version = 4
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<versioneye-core>, [">= 0"])
s.add_development_dependency(%q<shoulda>, [">= 0"])
s.add_development_dependency(%q<rdoc>, ["~> 3.12"])
s.add_development_dependency(%q<bundler>, ["~> 1.0"])
s.add_development_dependency(%q<jeweler>, ["~> 2.0.1"])
s.add_development_dependency(%q<simplecov>, [">= 0"])
else
s.add_dependency(%q<versioneye-core>, [">= 0"])
s.add_dependency(%q<shoulda>, [">= 0"])
s.add_dependency(%q<rdoc>, ["~> 3.12"])
s.add_dependency(%q<bundler>, ["~> 1.0"])
s.add_dependency(%q<jeweler>, ["~> 2.0.1"])
s.add_dependency(%q<simplecov>, [">= 0"])
end
else
s.add_dependency(%q<versioneye-core>, [">= 0"])
s.add_dependency(%q<shoulda>, [">= 0"])
s.add_dependency(%q<rdoc>, ["~> 3.12"])
s.add_dependency(%q<bundler>, ["~> 1.0"])
s.add_dependency(%q<jeweler>, ["~> 2.0.1"])
s.add_dependency(%q<simplecov>, [">= 0"])
end
end