xhive 1.5.1.pre → 1.6.0
Sign up to get free protection for your applications and to get access to all the features.
- data/{MIT-LICENSE → LICENSE} +1 -1
- data/lib/xhive/version.rb +1 -1
- metadata +11 -7
data/{MIT-LICENSE → LICENSE}
RENAMED
data/lib/xhive/version.rb
CHANGED
metadata
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: xhive
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
5
|
-
prerelease:
|
4
|
+
version: 1.6.0
|
5
|
+
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- frozeek
|
@@ -266,11 +266,12 @@ files:
|
|
266
266
|
- lib/xhive/version.rb
|
267
267
|
- lib/xhive/widgify.rb
|
268
268
|
- lib/xhive.rb
|
269
|
-
-
|
269
|
+
- LICENSE
|
270
270
|
- Rakefile
|
271
271
|
- README.md
|
272
272
|
homepage: http://github.com/frozeek/xhive
|
273
|
-
licenses:
|
273
|
+
licenses:
|
274
|
+
- MIT
|
274
275
|
post_install_message:
|
275
276
|
rdoc_options: []
|
276
277
|
require_paths:
|
@@ -283,13 +284,16 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
283
284
|
version: '0'
|
284
285
|
segments:
|
285
286
|
- 0
|
286
|
-
hash:
|
287
|
+
hash: 31275926893044133
|
287
288
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
288
289
|
none: false
|
289
290
|
requirements:
|
290
|
-
- - ! '
|
291
|
+
- - ! '>='
|
291
292
|
- !ruby/object:Gem::Version
|
292
|
-
version:
|
293
|
+
version: '0'
|
294
|
+
segments:
|
295
|
+
- 0
|
296
|
+
hash: 31275926893044133
|
293
297
|
requirements: []
|
294
298
|
rubyforge_project:
|
295
299
|
rubygems_version: 1.8.21
|