xhive 1.5.1.pre → 1.6.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.
@@ -1,4 +1,4 @@
1
- Copyright 2012 YOURNAME
1
+ Copyright (c) 2012 Marcelo Nieves
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
data/lib/xhive/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Xhive
2
- VERSION = "1.5.1.pre"
2
+ VERSION = "1.6.0"
3
3
  end
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.1.pre
5
- prerelease: 6
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
- - MIT-LICENSE
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: 987173346002263411
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: 1.3.1
293
+ version: '0'
294
+ segments:
295
+ - 0
296
+ hash: 31275926893044133
293
297
  requirements: []
294
298
  rubyforge_project:
295
299
  rubygems_version: 1.8.21