rspikes 0.0.1 → 0.0.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c91d0b71ad5617258101aab9abab8cc8680303cf
4
- data.tar.gz: 69235f9061158a13c72ca0114f6d10fea3e3eb35
3
+ metadata.gz: b529b4425730f74f589bd27bb2f4835fec8bd7b8
4
+ data.tar.gz: 3d9aa02e256139ebf113d6a93903a965f76f2e8e
5
5
  SHA512:
6
- metadata.gz: 94b49f27850fe1fc864aad23c2c43896f746955a97b829cbc0b0e7169e7f8ef763016af2f16ad801554cd617c06f89efca058498a317fa2a5532c14c417fbbb9
7
- data.tar.gz: b2e53f68a18bc140566d3b3dfaf2dd6e54878c6fb4ca0e62d70b76ec50809be4d05da686aae682cb578fe9949a8ee82570d3c86436a56019763e9653b368fc87
6
+ metadata.gz: 2ca51121d44bd177f4f2e43a0544ff96da4920e19ea89fa5d30b80852bee2347d68bcab3551cec1936a7201a3ce559862c3865f043c975732ff5b6b232717e4b
7
+ data.tar.gz: c72cf6cf55f81e9c99e34983197fbb9be1079cdf9b97f36e6ce255b4dc68bf5ffa893d07fcb847cc29bd8d784c1eea5ce2db3991364e201a3b44dd112ed1a4c9
data/.travis.yml CHANGED
@@ -1,5 +1,11 @@
1
1
  sudo: false
2
2
  language: ruby
3
3
  rvm:
4
+ - 2.0.0
5
+ - 2.1.0
6
+ - 2.2.0
7
+ - 2.3.0
4
8
  - 2.3.3
9
+ - 2.4.0
5
10
  before_install: gem install bundler -v 1.13.6
11
+
data/README.md CHANGED
@@ -1,8 +1,6 @@
1
- # Rspikes
1
+ # rspikes [![Gem Version](https://badge.fury.io/rb/rspikes.svg)](https://badge.fury.io/rb/rspikes) [![Build Status](https://travis-ci.org/eendroroy/rspikes.svg?branch=master)](https://travis-ci.org/eendroroy/rspikes)
2
2
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/rspikes`. To experiment with that code, run `bin/console` for an interactive prompt.
4
-
5
- TODO: Delete this and the text above, and describe your gem
3
+ A tool to display bar-chart anywhere.
6
4
 
7
5
  ## Installation
8
6
 
@@ -1,3 +1,3 @@
1
1
  module Rspikes
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
data/rspikes.gemspec CHANGED
@@ -28,6 +28,7 @@ Gem::Specification.new do |spec|
28
28
  spec.bindir = 'exe'
29
29
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
30
30
  spec.require_paths = ['lib']
31
+ spec.required_ruby_version = '~> 2'
31
32
 
32
33
  spec.add_development_dependency 'bundler', '~> 1.13'
33
34
  spec.add_development_dependency 'rake', '~> 10.0'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspikes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - indrajit
@@ -85,9 +85,9 @@ require_paths:
85
85
  - lib
86
86
  required_ruby_version: !ruby/object:Gem::Requirement
87
87
  requirements:
88
- - - ">="
88
+ - - "~>"
89
89
  - !ruby/object:Gem::Version
90
- version: '0'
90
+ version: '2'
91
91
  required_rubygems_version: !ruby/object:Gem::Requirement
92
92
  requirements:
93
93
  - - ">="
@@ -95,7 +95,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
95
95
  version: '0'
96
96
  requirements: []
97
97
  rubyforge_project:
98
- rubygems_version: 2.6.8
98
+ rubygems_version: 2.5.2
99
99
  signing_key:
100
100
  specification_version: 4
101
101
  summary: rspikes