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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/daru_plotly.gemspec +2 -2
  3. data/lib/version.rb +1 -1
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a83bee776af52ec7a9f1cf453f9a0cad30b23ed0
4
- data.tar.gz: 4511989d7c82726c48f86c002850918c6f0da947
3
+ metadata.gz: eb2647c8d277e028c125f39078c4f4e34b78b380
4
+ data.tar.gz: 5c70a59e5314da630a8e379aea3ce1a435ffeb3e
5
5
  SHA512:
6
- metadata.gz: 26f0c355f789348612af0a784695dc46202e74a58ea5e0c9b11c2c24af0de0f1a594489fee2af89cd54cc226cae237c80d4bc756ca1702d97e599adbd3c3fe95
7
- data.tar.gz: 4604c8324e9e63c1afb03299b543e9ea4bbdf30396e3764969055c809cc9515c7373315160aaf4ca9be96914f3d8692013f53de4000fe3b7396ac16925fcdf4d
6
+ metadata.gz: '0448787a3bb9b8898cf83e87db42152f70719ea25315f74e146f0bfcac4741b7c4578690810aebac87864005a9a8ad1dba1bda358bae879999f19c0dc143000c'
7
+ data.tar.gz: 0f282aacd68f8f09ddb892ff6ac83bccaa96e7053c060941947b6e17f68f0b78d3a305a2d6a026493531992e59c93ef5f365ae1a3c76bc1cf1ad818aaa762ce4
@@ -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{Plot Daru's DataFrame with plotly.}
13
- spec.description = %q{Plot Daru's DataFrame with plotly.}
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)/}) }
@@ -1,5 +1,5 @@
1
1
  module Daru
2
2
  module Plotly
3
- VERSION = '0.1.1'.freeze
3
+ VERSION = '0.1.2'.freeze
4
4
  end
5
5
  end
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.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: Plot Daru's DataFrame with plotly.
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: Plot Daru's DataFrame with plotly.
205
+ summary: 'DEPRECATED: This gem has moved to ''daru-plotly''.'
206
206
  test_files: []