simple_upnp 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,13 +1,13 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- simple_upnp (0.0.1)
5
- nori (~> 1.1.3)
4
+ simple_upnp (0.0.2)
5
+ nori (~> 2.0.0)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- nori (1.1.3)
10
+ nori (2.0.0)
11
11
 
12
12
  PLATFORMS
13
13
  ruby
data/README.md CHANGED
@@ -1,3 +1,5 @@
1
+ [![Code Climate](https://codeclimate.com/badge.png)](https://codeclimate.com/github/denniskuczynski/simple_upnp)
2
+
1
3
  # simple_upnp
2
4
 
3
5
  A few libraries already exist for working with Universal Plug and Play (UPnP) devices.
@@ -1,3 +1,3 @@
1
1
  module SimpleUpnp
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
data/simple_upnp.gemspec CHANGED
@@ -15,6 +15,6 @@ Gem::Specification.new do |gem|
15
15
  gem.require_paths = ["lib"]
16
16
  gem.version = SimpleUpnp::VERSION
17
17
 
18
- gem.add_dependency "nori", '~> 1.1.3'
18
+ gem.add_dependency "nori", '~> 2.0.0'
19
19
 
20
20
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple_upnp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -18,7 +18,7 @@ dependencies:
18
18
  requirements:
19
19
  - - ~>
20
20
  - !ruby/object:Gem::Version
21
- version: 1.1.3
21
+ version: 2.0.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ~>
28
28
  - !ruby/object:Gem::Version
29
- version: 1.1.3
29
+ version: 2.0.0
30
30
  description: Simple library to perform basic UPnP network discovery.
31
31
  email:
32
32
  - dennis.kuczynski@gmail.com