busser-shpec 0.1.0.dev → 0.1.0
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/README.md +0 -2
- data/lib/busser/shpec/version.rb +1 -1
- metadata +8 -5
data/README.md
CHANGED
|
@@ -33,8 +33,6 @@ Created and maintained by [Vasily Mikhaylichenko][author] (<vasily@locomote.com.
|
|
|
33
33
|
|
|
34
34
|
## <a name="license"></a> License
|
|
35
35
|
|
|
36
|
-
Author:: Vasily Mikhaylichenko, [Locomote](http://locomote.com.au).
|
|
37
|
-
|
|
38
36
|
Licensed under BSD license.
|
|
39
37
|
|
|
40
38
|
http://opensource.org/licenses/BSD-2-Clause
|
data/lib/busser/shpec/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: busser-shpec
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.0
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 0.1.0
|
|
5
|
+
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Vasily Mikhaylichenko
|
|
@@ -160,13 +160,16 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
160
160
|
version: '0'
|
|
161
161
|
segments:
|
|
162
162
|
- 0
|
|
163
|
-
hash:
|
|
163
|
+
hash: 119842606208458752
|
|
164
164
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
165
165
|
none: false
|
|
166
166
|
requirements:
|
|
167
|
-
- - ! '
|
|
167
|
+
- - ! '>='
|
|
168
168
|
- !ruby/object:Gem::Version
|
|
169
|
-
version:
|
|
169
|
+
version: '0'
|
|
170
|
+
segments:
|
|
171
|
+
- 0
|
|
172
|
+
hash: 119842606208458752
|
|
170
173
|
requirements: []
|
|
171
174
|
rubyforge_project:
|
|
172
175
|
rubygems_version: 1.8.23
|