finmodeling 0.2 → 0.2.1
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.
- data/finmodeling.gemspec +1 -0
- data/lib/finmodeling/version.rb +1 -1
- metadata +10 -3
data/finmodeling.gemspec
CHANGED
|
@@ -7,6 +7,7 @@ Gem::Specification.new do |gem|
|
|
|
7
7
|
gem.description = %q{A gem for manipulating XBRL financial filings}
|
|
8
8
|
gem.summary = %q{A gem for manipulating XBRL financial filings}
|
|
9
9
|
gem.homepage = "https://github.com/jimlindstrom/FinModeling"
|
|
10
|
+
gem.license = "MIT"
|
|
10
11
|
|
|
11
12
|
gem.add_dependency("fileutils")
|
|
12
13
|
gem.add_dependency("sec_query")
|
data/lib/finmodeling/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: finmodeling
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-08-
|
|
12
|
+
date: 2013-08-25 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: fileutils
|
|
@@ -361,7 +361,8 @@ files:
|
|
|
361
361
|
- tools/create_income_statement_training_vectors.rb
|
|
362
362
|
- tools/time_specs.sh
|
|
363
363
|
homepage: https://github.com/jimlindstrom/FinModeling
|
|
364
|
-
licenses:
|
|
364
|
+
licenses:
|
|
365
|
+
- MIT
|
|
365
366
|
post_install_message:
|
|
366
367
|
rdoc_options: []
|
|
367
368
|
require_paths:
|
|
@@ -372,12 +373,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
372
373
|
- - ! '>='
|
|
373
374
|
- !ruby/object:Gem::Version
|
|
374
375
|
version: '0'
|
|
376
|
+
segments:
|
|
377
|
+
- 0
|
|
378
|
+
hash: 1395760977323799263
|
|
375
379
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
376
380
|
none: false
|
|
377
381
|
requirements:
|
|
378
382
|
- - ! '>='
|
|
379
383
|
- !ruby/object:Gem::Version
|
|
380
384
|
version: '0'
|
|
385
|
+
segments:
|
|
386
|
+
- 0
|
|
387
|
+
hash: 1395760977323799263
|
|
381
388
|
requirements: []
|
|
382
389
|
rubyforge_project:
|
|
383
390
|
rubygems_version: 1.8.24
|