biostars-api 0.1.1 → 0.1.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: 0fdccec4a0660cc65e66e0bc43eb4afeb83175ac
4
- data.tar.gz: 908dc07939e8cbce249a44024d852946dbd29e0d
3
+ metadata.gz: 5dcc1371156fdb28a3cfbbf68094ac8b4234f158
4
+ data.tar.gz: 1aaf45aec2a61f9146842411e1ffaa9c1c29f1d0
5
5
  SHA512:
6
- metadata.gz: 262c5495484997fd42e2a4a5da489f55f61410db38bb9f4f1f8ea0d84c94b8ee4df473f1d2b0511998f530796f969b7bc1dc2e1ac469625871d99354b2ea12d5
7
- data.tar.gz: 0779bcfa383d5bac1dd61fb8c04871850f51165a04ba3d1b2d1f3238c42711a960f25b5ae768de5aa927836e03cc16f9150b4d34f0a8422330f947f68c4c43fd
6
+ metadata.gz: e796dc7315ec723f6d631b0890a1014d6ddf6aac37b9733416a5b4849d9b0606d6f2b90cdec0ff65d56d5e4582d114c0de5ac11f0739ca1ece6a947504a474a4
7
+ data.tar.gz: 5b2787d29bf15756c8b6044c937bf33d1cf6fd117370c2d68e7b6ee65824c9efe12f48386de9a3a0cfa11907456b49427bef4aa4757930d39447f689b2969013
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Biostars::Api
1
+ # Biostars::Api [![Gem Version](https://badge.fury.io/rb/biostars-api.svg)](http://badge.fury.io/rb/biostars-api) [![Build Status](https://travis-ci.org/arian-amador/biostars-api.svg?style=flat)](https://travis-ci.org/arian-amador/biostars-api) [![Inline docs ](https://inch-ci.org/github/arian-amador/biostars-api.svg?branch=master)](https://inch-ci.org/github/arian-amador/biostars-api)
2
2
 
3
3
  A wrapper for the [Biostars.org](https://www.biostars.org/) public API.
4
4
 
data/biostars-api.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  # coding: utf-8
2
2
  $:.unshift File.expand_path('../lib', __FILE__)
3
- require 'biostars/api'
3
+ require 'biostars/api/version'
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "biostars-api"
@@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
22
22
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
23
23
  spec.require_paths = ["lib"]
24
24
 
25
- spec.add_development_dependency "bundler", "~> 1.8"
25
+ spec.add_development_dependency 'bundler', '~> 1.7', '>= 1.7.9'
26
26
  spec.add_development_dependency "rake", "~> 10.0"
27
27
 
28
28
  spec.add_development_dependency 'minitest', '~> 5.5', '>= 5.5.1'
@@ -1,6 +1,6 @@
1
1
  module Biostars
2
2
  module API
3
3
  # Biostars::API Version
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.2"
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: biostars-api
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
  - Arian Amador
@@ -16,14 +16,20 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '1.8'
19
+ version: '1.7'
20
+ - - ">="
21
+ - !ruby/object:Gem::Version
22
+ version: 1.7.9
20
23
  type: :development
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
27
  - - "~>"
25
28
  - !ruby/object:Gem::Version
26
- version: '1.8'
29
+ version: '1.7'
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: 1.7.9
27
33
  - !ruby/object:Gem::Dependency
28
34
  name: rake
29
35
  requirement: !ruby/object:Gem::Requirement