uninterruptible 1.1.0 → 1.1.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1947e00fb25907205555f9a1cbef1d5875008513
4
- data.tar.gz: a6865bb7d65675c31aad797c4cd88634285419ce
3
+ metadata.gz: 946193e9e88ddc165ab4f49e026e9666c6ccb517
4
+ data.tar.gz: e8caf941d6da770c6b0f5ffcda039ac111de879e
5
5
  SHA512:
6
- metadata.gz: 33f6c792fa320d873e3d47d90f2500f7ec2fc589192ae18081df04a88bcda5518a198bffb0933005bb4af0ffe2636ee1c3542619ebb9604aa1fc2be2a913ae37
7
- data.tar.gz: dd6b8c1f399b544a4977043176734aa50ea3857a1aa55bc1f8aeb0e9b3201e712785a510c8c23a0eb8613b89696aa0d1495ede000c19080e8e44eed07d416bd0
6
+ metadata.gz: 3515b11f919831fb45515313d9a46435ce810e84d97f9430dbee0206a32bb326b666f3c62421dc83a2560fc5feee4824c9b1598830a63875541b7559004cff8d
7
+ data.tar.gz: 8a90dba066c52a6840e7efb0a20106e8656b1526f84dc0273830742b733f35500d20eb04cc9be4d33a45a50b9555ca1b84001e83ad15c7857c101a5004a3b6e7
data/.gitignore ADDED
@@ -0,0 +1,10 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /Gemfile.lock
4
+ /_yardoc/
5
+ /coverage/
6
+ /doc/
7
+ /pkg/
8
+ /spec/reports/
9
+ /tmp/
10
+ *.gem
@@ -50,7 +50,7 @@ module Uninterruptible
50
50
  @active_connections = 0
51
51
  @mutex = Mutex.new
52
52
 
53
- logger.info "Starting server on #{server_configuration.bind_address}:#{server_configuration.bind_port}"
53
+ logger.info "Starting server on #{server_configuration.bind}"
54
54
 
55
55
  establish_socket_server
56
56
  write_pidfile
@@ -1,3 +1,3 @@
1
1
  module Uninterruptible
2
- VERSION = "1.1.0"
2
+ VERSION = "1.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: uninterruptible
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dan Wentworth
@@ -62,6 +62,7 @@ executables: []
62
62
  extensions: []
63
63
  extra_rdoc_files: []
64
64
  files:
65
+ - ".gitignore"
65
66
  - ".rspec"
66
67
  - ".travis.yml"
67
68
  - Gemfile
@@ -75,7 +76,6 @@ files:
75
76
  - lib/uninterruptible/configuration.rb
76
77
  - lib/uninterruptible/server.rb
77
78
  - lib/uninterruptible/version.rb
78
- - uninterruptible-1.0.0.gem
79
79
  - uninterruptible.gemspec
80
80
  homepage: https://github.com/darkphnx/uninterruptible
81
81
  licenses:
Binary file