murmur 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cf54fdf3d0238dca3cc88e4ffd0663fc464c7e5c
4
- data.tar.gz: 153bd7feb7f55fa3f32b4ab1da9539156b97dc53
3
+ metadata.gz: 1259617317e6bbc9ad7e46549c60ff602ee94e67
4
+ data.tar.gz: edd4ddca53daa47f9a060aecfe8f7e0f65dfdfbd
5
5
  SHA512:
6
- metadata.gz: d9b2c535c51452eac44fa62e3d4ed26158b39ca68d1b558163fac66c282ae362755c62f8c6c7fdbd21174494611adebe69c5b789691ffecaf3c81164d6b0bc58
7
- data.tar.gz: f47502072b62d787fc8664f8132e2636c5c0e171423f06197353d3994d49f2ed1418e4897c15060de451e144026ee2b2267af4c73a35bb805356db107fb4484b
6
+ metadata.gz: 9334506b594d43ba1a56a99e245a7515cc58c7671d3e84263b4eb462f292fcb1b61e9cff48b5c329f52756f770924aeb2755a8a91b5083e4fe0c6161bf7e7d7e
7
+ data.tar.gz: e51ff1b751142f76384754cb48051d30e0ddc29b810e69175f4558d891bedef3d16728902f4c9a4ac6b1234ff987f84908daf688c5fb4221a147d38a0b9e6974
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2015 Ranndom
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
@@ -1,3 +1,3 @@
1
1
  module Murmur
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
data/murmur.gemspec CHANGED
@@ -11,11 +11,13 @@ Gem::Specification.new do |gem|
11
11
  gem.summary = %q{A ruby client for controlling and querying the Mumble server (Murmur)}
12
12
  gem.homepage = "https://github.com/Ranndom/Murmur"
13
13
 
14
+ gem.license = "MIT"
15
+
14
16
  gem.files = `git ls-files`.split($/)
15
17
  gem.test_files = gem.files.grep(%r{^(test|spec)/})
16
18
  gem.require_paths = ["lib"]
17
19
 
18
- gem.add_runtime_dependency 'zeroc-ice'
20
+ gem.add_runtime_dependency 'zeroc-ice', '>= 3.6.1'
19
21
 
20
22
  gem.add_development_dependency 'rake'
21
23
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: murmur
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ranndom
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0'
19
+ version: 3.6.1
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - ">="
25
25
  - !ruby/object:Gem::Version
26
- version: '0'
26
+ version: 3.6.1
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rake
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -47,6 +47,7 @@ extra_rdoc_files: []
47
47
  files:
48
48
  - ".gitignore"
49
49
  - Gemfile
50
+ - LICENSE
50
51
  - README.md
51
52
  - Rakefile
52
53
  - lib/murmur.rb
@@ -59,7 +60,8 @@ files:
59
60
  - vendor/ice/Murmur.ice
60
61
  - vendor/ice/Murmur.rb
61
62
  homepage: https://github.com/Ranndom/Murmur
62
- licenses: []
63
+ licenses:
64
+ - MIT
63
65
  metadata: {}
64
66
  post_install_message:
65
67
  rdoc_options: []