repocrawler 0.1.3

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.
@@ -0,0 +1,23 @@
1
+ $:.push File.expand_path("../lib", __FILE__)
2
+ require 'repocrawler/version'
3
+
4
+ Gem::Specification.new do |s|
5
+ s.name = 'repocrawler'
6
+ s.version = Repos::VERSION
7
+ s.executables << 'repocrawler'
8
+ s.date = '2015-12-22'
9
+ s.summary = 'Grab the information of repository from the GitHub, RubyGems, The Ruby Toolbox and Stackoverflow'
10
+ s.description = 'Grab the information of repository from the GitHub, RubyGems, The Ruby Toolbox and Stackoverflow'
11
+ s.authors = ['Lee Chen', 'Soumya Ray', 'omarsar']
12
+ s.email = 'chung1350@hotmail.com'
13
+ s.files = `git ls-files`.split("\n")
14
+ s.homepage = 'https://github.com/ISS-RepoMiner/repo_miner'
15
+ s.license = 'MIT'
16
+
17
+ s.add_runtime_dependency 'gems'
18
+ s.add_runtime_dependency 'github_api'
19
+ s.add_runtime_dependency 'httparty'
20
+ s.add_runtime_dependency 'mongo'
21
+ s.add_runtime_dependency 'nokogiri'
22
+
23
+ end
metadata ADDED
@@ -0,0 +1,129 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: repocrawler
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.3
5
+ platform: ruby
6
+ authors:
7
+ - Lee Chen
8
+ - Soumya Ray
9
+ - omarsar
10
+ autorequire:
11
+ bindir: bin
12
+ cert_chain: []
13
+ date: 2015-12-22 00:00:00.000000000 Z
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: gems
17
+ requirement: !ruby/object:Gem::Requirement
18
+ requirements:
19
+ - - ">="
20
+ - !ruby/object:Gem::Version
21
+ version: '0'
22
+ type: :runtime
23
+ prerelease: false
24
+ version_requirements: !ruby/object:Gem::Requirement
25
+ requirements:
26
+ - - ">="
27
+ - !ruby/object:Gem::Version
28
+ version: '0'
29
+ - !ruby/object:Gem::Dependency
30
+ name: github_api
31
+ requirement: !ruby/object:Gem::Requirement
32
+ requirements:
33
+ - - ">="
34
+ - !ruby/object:Gem::Version
35
+ version: '0'
36
+ type: :runtime
37
+ prerelease: false
38
+ version_requirements: !ruby/object:Gem::Requirement
39
+ requirements:
40
+ - - ">="
41
+ - !ruby/object:Gem::Version
42
+ version: '0'
43
+ - !ruby/object:Gem::Dependency
44
+ name: httparty
45
+ requirement: !ruby/object:Gem::Requirement
46
+ requirements:
47
+ - - ">="
48
+ - !ruby/object:Gem::Version
49
+ version: '0'
50
+ type: :runtime
51
+ prerelease: false
52
+ version_requirements: !ruby/object:Gem::Requirement
53
+ requirements:
54
+ - - ">="
55
+ - !ruby/object:Gem::Version
56
+ version: '0'
57
+ - !ruby/object:Gem::Dependency
58
+ name: mongo
59
+ requirement: !ruby/object:Gem::Requirement
60
+ requirements:
61
+ - - ">="
62
+ - !ruby/object:Gem::Version
63
+ version: '0'
64
+ type: :runtime
65
+ prerelease: false
66
+ version_requirements: !ruby/object:Gem::Requirement
67
+ requirements:
68
+ - - ">="
69
+ - !ruby/object:Gem::Version
70
+ version: '0'
71
+ - !ruby/object:Gem::Dependency
72
+ name: nokogiri
73
+ requirement: !ruby/object:Gem::Requirement
74
+ requirements:
75
+ - - ">="
76
+ - !ruby/object:Gem::Version
77
+ version: '0'
78
+ type: :runtime
79
+ prerelease: false
80
+ version_requirements: !ruby/object:Gem::Requirement
81
+ requirements:
82
+ - - ">="
83
+ - !ruby/object:Gem::Version
84
+ version: '0'
85
+ description: Grab the information of repository from the GitHub, RubyGems, The Ruby
86
+ Toolbox and Stackoverflow
87
+ email: chung1350@hotmail.com
88
+ executables:
89
+ - repocrawler
90
+ extensions: []
91
+ extra_rdoc_files: []
92
+ files:
93
+ - ".gitignore"
94
+ - Gemfile
95
+ - Gemfile.lock
96
+ - README.md
97
+ - bin/repocrawler
98
+ - config/local.example.rb
99
+ - lib/repocrawler.rb
100
+ - lib/repocrawler/crawler.rb
101
+ - lib/repocrawler/version.rb
102
+ - public/stop_words.txt
103
+ - repocrawler.gemspec
104
+ homepage: https://github.com/ISS-RepoMiner/repo_miner
105
+ licenses:
106
+ - MIT
107
+ metadata: {}
108
+ post_install_message:
109
+ rdoc_options: []
110
+ require_paths:
111
+ - lib
112
+ required_ruby_version: !ruby/object:Gem::Requirement
113
+ requirements:
114
+ - - ">="
115
+ - !ruby/object:Gem::Version
116
+ version: '0'
117
+ required_rubygems_version: !ruby/object:Gem::Requirement
118
+ requirements:
119
+ - - ">="
120
+ - !ruby/object:Gem::Version
121
+ version: '0'
122
+ requirements: []
123
+ rubyforge_project:
124
+ rubygems_version: 2.4.6
125
+ signing_key:
126
+ specification_version: 4
127
+ summary: Grab the information of repository from the GitHub, RubyGems, The Ruby Toolbox
128
+ and Stackoverflow
129
+ test_files: []