jupyter_on_rails 0.5.1 → 0.5.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +45 -0
- data/jupyter_on_rails.gemspec +4 -1
- data/lib/jupyter_on_rails/version.rb +1 -1
- metadata +16 -4
- data/the_screenshot.png +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1c7984b62f5b12bf1d298c0cdbafa8f1d9fd170a906021a8f60f93c66fc76a90
|
4
|
+
data.tar.gz: f5171d706b598ba6d64b530b023ef3ae99fdb02412dc9e4b5c12718f6797acc8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d7af13eea9bcf82b4737e15c335689046058f03718873085a69855f69f951af5aa17447fef78b99c741caacf5683265c63c92fbc016c0ef31ce7054b3b8d7588
|
7
|
+
data.tar.gz: b229902d6cc28b77064cf271cd2d078a0e3956c9ad8ecf8f2f1f35366562d7039b0cf009ea06ff9be1da385afc63719f6418b8af60c39eb6297beae618a92449
|
data/CHANGELOG.md
ADDED
@@ -0,0 +1,45 @@
|
|
1
|
+
# Change Log
|
2
|
+
|
3
|
+
## [v0.5.1](https://github.com/Yuki-Inoue/jupyter_on_rails/tree/v0.5.1) (2019-03-09)
|
4
|
+
[Full Changelog](https://github.com/Yuki-Inoue/jupyter_on_rails/compare/v0.5.0...v0.5.1)
|
5
|
+
|
6
|
+
## [v0.5.0](https://github.com/Yuki-Inoue/jupyter_on_rails/tree/v0.5.0) (2019-03-04)
|
7
|
+
[Full Changelog](https://github.com/Yuki-Inoue/jupyter_on_rails/compare/v0.4.2...v0.5.0)
|
8
|
+
|
9
|
+
## [v0.4.2](https://github.com/Yuki-Inoue/jupyter_on_rails/tree/v0.4.2) (2019-03-04)
|
10
|
+
[Full Changelog](https://github.com/Yuki-Inoue/jupyter_on_rails/compare/v0.4.1...v0.4.2)
|
11
|
+
|
12
|
+
## [v0.4.1](https://github.com/Yuki-Inoue/jupyter_on_rails/tree/v0.4.1) (2019-03-04)
|
13
|
+
[Full Changelog](https://github.com/Yuki-Inoue/jupyter_on_rails/compare/v0.4.0...v0.4.1)
|
14
|
+
|
15
|
+
**Merged pull requests:**
|
16
|
+
|
17
|
+
- Daru::DataFrame\#write\_model method [\#4](https://github.com/Yuki-Inoue/jupyter_on_rails/pull/4) ([Yuki-Inoue](https://github.com/Yuki-Inoue))
|
18
|
+
|
19
|
+
## [v0.4.0](https://github.com/Yuki-Inoue/jupyter_on_rails/tree/v0.4.0) (2019-02-25)
|
20
|
+
[Full Changelog](https://github.com/Yuki-Inoue/jupyter_on_rails/compare/v0.3.4...v0.4.0)
|
21
|
+
|
22
|
+
## [v0.3.4](https://github.com/Yuki-Inoue/jupyter_on_rails/tree/v0.3.4) (2019-02-25)
|
23
|
+
[Full Changelog](https://github.com/Yuki-Inoue/jupyter_on_rails/compare/v0.3.3...v0.3.4)
|
24
|
+
|
25
|
+
## [v0.3.3](https://github.com/Yuki-Inoue/jupyter_on_rails/tree/v0.3.3) (2019-02-25)
|
26
|
+
[Full Changelog](https://github.com/Yuki-Inoue/jupyter_on_rails/compare/v0.3.2...v0.3.3)
|
27
|
+
|
28
|
+
## [v0.3.2](https://github.com/Yuki-Inoue/jupyter_on_rails/tree/v0.3.2) (2019-02-25)
|
29
|
+
[Full Changelog](https://github.com/Yuki-Inoue/jupyter_on_rails/compare/v0.3.1...v0.3.2)
|
30
|
+
|
31
|
+
**Merged pull requests:**
|
32
|
+
|
33
|
+
- ActiveRecord::Base\#to\_df [\#3](https://github.com/Yuki-Inoue/jupyter_on_rails/pull/3) ([Yuki-Inoue](https://github.com/Yuki-Inoue))
|
34
|
+
|
35
|
+
## [v0.3.1](https://github.com/Yuki-Inoue/jupyter_on_rails/tree/v0.3.1) (2019-02-02)
|
36
|
+
[Full Changelog](https://github.com/Yuki-Inoue/jupyter_on_rails/compare/v0.2.0...v0.3.1)
|
37
|
+
|
38
|
+
## [v0.2.0](https://github.com/Yuki-Inoue/jupyter_on_rails/tree/v0.2.0) (2019-01-23)
|
39
|
+
**Merged pull requests:**
|
40
|
+
|
41
|
+
- Readme [\#1](https://github.com/Yuki-Inoue/jupyter_on_rails/pull/1) ([Yuki-Inoue](https://github.com/Yuki-Inoue))
|
42
|
+
|
43
|
+
|
44
|
+
|
45
|
+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
|
data/jupyter_on_rails.gemspec
CHANGED
@@ -29,7 +29,9 @@ Gem::Specification.new do |spec|
|
|
29
29
|
# Specify which files should be added to the gem when it is released.
|
30
30
|
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
|
31
31
|
spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
|
32
|
-
`git ls-files -z`.split("\x0")
|
32
|
+
`git ls-files -z`.split("\x0")
|
33
|
+
.reject { |f| f.match(%r{^(test|spec|features)/}) }
|
34
|
+
.reject { |f| f.match(%r{.png$}) }
|
33
35
|
end
|
34
36
|
spec.bindir = "exe"
|
35
37
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
@@ -37,6 +39,7 @@ Gem::Specification.new do |spec|
|
|
37
39
|
|
38
40
|
spec.add_development_dependency "bundler", "~> 1.17"
|
39
41
|
spec.add_development_dependency "rake", "~> 10.0"
|
42
|
+
spec.add_development_dependency 'github_changelog_generator'
|
40
43
|
|
41
44
|
spec.add_dependency 'iruby'
|
42
45
|
spec.add_dependency 'railties'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jupyter_on_rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Yuki INOUE
|
@@ -38,6 +38,20 @@ dependencies:
|
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '10.0'
|
41
|
+
- !ruby/object:Gem::Dependency
|
42
|
+
name: github_changelog_generator
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
44
|
+
requirements:
|
45
|
+
- - ">="
|
46
|
+
- !ruby/object:Gem::Version
|
47
|
+
version: '0'
|
48
|
+
type: :development
|
49
|
+
prerelease: false
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
51
|
+
requirements:
|
52
|
+
- - ">="
|
53
|
+
- !ruby/object:Gem::Version
|
54
|
+
version: '0'
|
41
55
|
- !ruby/object:Gem::Dependency
|
42
56
|
name: iruby
|
43
57
|
requirement: !ruby/object:Gem::Requirement
|
@@ -103,13 +117,12 @@ extensions: []
|
|
103
117
|
extra_rdoc_files: []
|
104
118
|
files:
|
105
119
|
- ".gitignore"
|
120
|
+
- CHANGELOG.md
|
106
121
|
- Gemfile
|
107
122
|
- README.md
|
108
123
|
- Rakefile
|
109
124
|
- bin/console
|
110
125
|
- bin/setup
|
111
|
-
- doc/screenshot-1.png
|
112
|
-
- doc/screenshot-2.png
|
113
126
|
- jupyter_on_rails.gemspec
|
114
127
|
- lib/jupyter_on_rails.rb
|
115
128
|
- lib/jupyter_on_rails/boot.rb
|
@@ -119,7 +132,6 @@ files:
|
|
119
132
|
- lib/jupyter_on_rails/railtie.rb
|
120
133
|
- lib/jupyter_on_rails/railtie/jupyter.rake
|
121
134
|
- lib/jupyter_on_rails/version.rb
|
122
|
-
- the_screenshot.png
|
123
135
|
homepage: https://github.com/Yuki-Inoue/jupyter_on_rails
|
124
136
|
licenses: []
|
125
137
|
metadata:
|
data/the_screenshot.png
DELETED
Binary file
|