sfcbus 0.0.2 → 0.0.3

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.
data/.travis.yml ADDED
@@ -0,0 +1,4 @@
1
+ language: ruby
2
+ rvm:
3
+ - 2.0.0
4
+ - 1.9.3
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- SFCBus
1
+ SFCBus [![Build Status](https://travis-ci.org/mako2x/sfcbus.png?branch=master)](https://travis-ci.org/mako2x/sfcbus)
2
2
  ===
3
3
  Ruby gem that provides bus information at Keio Univ SFC.
4
4
 
data/Rakefile CHANGED
@@ -1,3 +1,4 @@
1
+ require 'bundler/setup'
1
2
  require 'bundler/gem_tasks'
2
3
  require 'rspec/core/rake_task'
3
4
 
@@ -1,3 +1,3 @@
1
1
  module SFCBus
2
- VERSION = '0.0.2'
2
+ VERSION = '0.0.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sfcbus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -68,6 +68,7 @@ extensions: []
68
68
  extra_rdoc_files: []
69
69
  files:
70
70
  - .gitignore
71
+ - .travis.yml
71
72
  - Gemfile
72
73
  - LICENSE.txt
73
74
  - README.md
@@ -101,12 +102,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
101
102
  - - ! '>='
102
103
  - !ruby/object:Gem::Version
103
104
  version: '0'
105
+ segments:
106
+ - 0
107
+ hash: -220452713664233614
104
108
  required_rubygems_version: !ruby/object:Gem::Requirement
105
109
  none: false
106
110
  requirements:
107
111
  - - ! '>='
108
112
  - !ruby/object:Gem::Version
109
113
  version: '0'
114
+ segments:
115
+ - 0
116
+ hash: -220452713664233614
110
117
  requirements: []
111
118
  rubyforge_project:
112
119
  rubygems_version: 1.8.23
@@ -121,4 +128,3 @@ test_files:
121
128
  - spec/spec_helper.rb
122
129
  - spec/utils_spec.rb
123
130
  - spec/validator_spec.rb
124
- has_rdoc: