crunchbase-ruby-library 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
@@ -66,8 +66,7 @@ module Crunchbase::Model
|
|
66
66
|
permalink api_path web_path name also_known_as short_description description
|
67
67
|
primary_role role_company role_investor role_group role_school
|
68
68
|
founded_on founded_on_trust_code is_closed closed_on closed_on_trust_code
|
69
|
-
num_employees_min num_employees_max
|
70
|
-
total_funding_usd
|
69
|
+
num_employees_min num_employees_max total_funding_usd
|
71
70
|
stock_exchange stock_symbol
|
72
71
|
number_of_investments homepage_url
|
73
72
|
created_at updated_at
|
@@ -78,9 +77,5 @@ module Crunchbase::Model
|
|
78
77
|
%w[founded_on closed_on]
|
79
78
|
end
|
80
79
|
|
81
|
-
def self.organization_lists(permalink, options={})
|
82
|
-
return []
|
83
|
-
end
|
84
|
-
|
85
80
|
end
|
86
81
|
end
|
data/lib/crunchbase/version.rb
CHANGED
@@ -1,3 +1,3 @@
|
|
1
1
|
module Crunchbase
|
2
|
-
VERSION = "0.0.
|
3
|
-
end
|
2
|
+
VERSION = "0.0.5"
|
3
|
+
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: crunchbase-ruby-library
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.5
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -165,7 +165,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
165
165
|
version: '0'
|
166
166
|
segments:
|
167
167
|
- 0
|
168
|
-
hash: -
|
168
|
+
hash: -3202684479065248620
|
169
169
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
170
170
|
none: false
|
171
171
|
requirements:
|
@@ -174,7 +174,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
174
174
|
version: '0'
|
175
175
|
segments:
|
176
176
|
- 0
|
177
|
-
hash: -
|
177
|
+
hash: -3202684479065248620
|
178
178
|
requirements: []
|
179
179
|
rubyforge_project:
|
180
180
|
rubygems_version: 1.8.23.2
|