daru_plotly 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/daru_plotly.gemspec +2 -2
- data/lib/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: eb2647c8d277e028c125f39078c4f4e34b78b380
|
4
|
+
data.tar.gz: 5c70a59e5314da630a8e379aea3ce1a435ffeb3e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '0448787a3bb9b8898cf83e87db42152f70719ea25315f74e146f0bfcac4741b7c4578690810aebac87864005a9a8ad1dba1bda358bae879999f19c0dc143000c'
|
7
|
+
data.tar.gz: 0f282aacd68f8f09ddb892ff6ac83bccaa96e7053c060941947b6e17f68f0b78d3a305a2d6a026493531992e59c93ef5f365ae1a3c76bc1cf1ad818aaa762ce4
|
data/daru_plotly.gemspec
CHANGED
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
|
|
9
9
|
spec.authors = ["Yusuke Sangenya"]
|
10
10
|
spec.email = ["longinus.eva@gmail.com"]
|
11
11
|
|
12
|
-
spec.summary = %q{
|
13
|
-
spec.description = %q{
|
12
|
+
spec.summary = %q{DEPRECATED: This gem has moved to 'daru-plotly'.}
|
13
|
+
spec.description = %q{DEPRECATED: This gem has moved to 'daru-plotly'.}
|
14
14
|
spec.homepage = "https://github.com/genya0407/daru_plotly"
|
15
15
|
|
16
16
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
data/lib/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: daru_plotly
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Yusuke Sangenya
|
@@ -150,7 +150,7 @@ dependencies:
|
|
150
150
|
- - ">="
|
151
151
|
- !ruby/object:Gem::Version
|
152
152
|
version: '0'
|
153
|
-
description:
|
153
|
+
description: 'DEPRECATED: This gem has moved to ''daru-plotly''.'
|
154
154
|
email:
|
155
155
|
- longinus.eva@gmail.com
|
156
156
|
executables: []
|
@@ -202,5 +202,5 @@ rubyforge_project:
|
|
202
202
|
rubygems_version: 2.5.2
|
203
203
|
signing_key:
|
204
204
|
specification_version: 4
|
205
|
-
summary:
|
205
|
+
summary: 'DEPRECATED: This gem has moved to ''daru-plotly''.'
|
206
206
|
test_files: []
|