server-gem-listen 0.1.0 → 0.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
  SHA256:
3
- metadata.gz: 8735274f65f8216333d42fd77eec79711351b00be59ce1adc6b24c222982023c
4
- data.tar.gz: 0f1233b8732ac4f8ca2203f902c716949349a0937be427bc2893972f25deb442
3
+ metadata.gz: fd84ad184258f02fb857957a512c2bf061383e85e8d186b6628b5608101c78a6
4
+ data.tar.gz: 04baf0f979a1ac84e4b938d5dfd5b351fde28953876bbf0a2caf4e318d85a719
5
5
  SHA512:
6
- metadata.gz: 6e53bdda53eccab18f58bcfe1c08c19d7404b1a94ceb2a608567eb5c156ff466821ae551f23a51baa8a0883780f5965cc87fc2d9000ca5c2a9d7dd87d980a241
7
- data.tar.gz: 993f44eea76761c22f48f1e6c1647ff56adf4b325e81b44c864d2db01760ebc83c95f1ee42b01f0404090dcbbf50e7b8baceb86c95f830ffc42a460beba96036
6
+ metadata.gz: 000ebf277e935710ce8b8cc687d8ce8fc31e14ff6d8c23f2287ffcb43ca55998e56a096eb1d9ececf74bb79dfefa6ae350ff5cae025794ab59cdd832364ed58e
7
+ data.tar.gz: d82d0999ea626fab503886dda3822bac0657a0f6e73b91976ea210fb94ca3892cbd98c14696510dbab2e77bc2b82cff42abdfb8702e25396f824f9b3420421a4
@@ -1,7 +1,6 @@
1
1
  sudo: false
2
2
  language: ruby
3
3
  rvm:
4
- - 2.1.10
5
4
  - 2.2.9
6
5
  - 2.3.6
7
6
  - 2.4.3
data/README.md CHANGED
@@ -1,39 +1,15 @@
1
- # Server::Gem::Listen
2
-
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/server/gem/listen`. To experiment with that code, run `bin/console` for an interactive prompt.
4
-
5
- TODO: Delete this and the text above, and describe your gem
1
+ # Server Gem Listen [![Gem](https://img.shields.io/gem/v/server-gem-listen.svg)](https://rubygems.org/gems/server-gem-listen) [![Build Status](https://img.shields.io/travis/vavgustov/server-gem-listen/master.svg)](https://travis-ci.org/vavgustov/server-gem-listen)
6
2
 
7
3
  ## Installation
8
4
 
9
- Add this line to your application's Gemfile:
10
-
11
- ```ruby
12
- gem 'server-gem-listen'
13
5
  ```
14
-
15
- And then execute:
16
-
17
- $ bundle
18
-
19
- Or install it yourself as:
20
-
21
- $ gem install server-gem-listen
6
+ gem install server-gem-listen
7
+ ```
22
8
 
23
9
  ## Usage
24
10
 
25
11
  TODO: Write usage instructions here
26
12
 
27
- ## Development
28
-
29
- After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
30
-
31
- To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
32
-
33
- ## Contributing
34
-
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/server-gem-listen.
36
-
37
13
  ## License
38
14
 
39
15
  The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
@@ -2,4 +2,4 @@
2
2
 
3
3
  require "server_gem_listen"
4
4
 
5
- Server::Gem::Listen.launch
5
+ ServerGemListen.launch
@@ -1,3 +1,3 @@
1
1
  module ServerGemListen
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
14
14
  spec.homepage = "https://github.com/vavgustov/server-gem-listen."
15
15
  spec.license = "MIT"
16
16
 
17
- spec.required_ruby_version = ">= 2.1.0"
17
+ spec.required_ruby_version = ">= 2.2.0"
18
18
 
19
19
  spec.files = `git ls-files -z`.split("\x0").reject do |f|
20
20
  f.match(%r{^(test|spec|features)/})
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: server-gem-listen
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vladimir Avgustov
@@ -133,7 +133,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
133
133
  requirements:
134
134
  - - ">="
135
135
  - !ruby/object:Gem::Version
136
- version: 2.1.0
136
+ version: 2.2.0
137
137
  required_rubygems_version: !ruby/object:Gem::Requirement
138
138
  requirements:
139
139
  - - ">="