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 +4 -0
- data/README.md +1 -1
- data/Rakefile +1 -0
- data/lib/sfcbus/version.rb +1 -1
- metadata +8 -2
data/.travis.yml
ADDED
data/README.md
CHANGED
data/Rakefile
CHANGED
data/lib/sfcbus/version.rb
CHANGED
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.
|
|
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:
|