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 +4 -4
- data/.travis.yml +0 -1
- data/README.md +3 -27
- data/exe/server-gem-listen +1 -1
- data/lib/server_gem_listen/version.rb +1 -1
- data/server-gem-listen.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fd84ad184258f02fb857957a512c2bf061383e85e8d186b6628b5608101c78a6
|
|
4
|
+
data.tar.gz: 04baf0f979a1ac84e4b938d5dfd5b351fde28953876bbf0a2caf4e318d85a719
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 000ebf277e935710ce8b8cc687d8ce8fc31e14ff6d8c23f2287ffcb43ca55998e56a096eb1d9ececf74bb79dfefa6ae350ff5cae025794ab59cdd832364ed58e
|
|
7
|
+
data.tar.gz: d82d0999ea626fab503886dda3822bac0657a0f6e73b91976ea210fb94ca3892cbd98c14696510dbab2e77bc2b82cff42abdfb8702e25396f824f9b3420421a4
|
data/.travis.yml
CHANGED
data/README.md
CHANGED
|
@@ -1,39 +1,15 @@
|
|
|
1
|
-
# Server
|
|
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 [](https://rubygems.org/gems/server-gem-listen) [](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
|
-
|
|
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).
|
data/exe/server-gem-listen
CHANGED
data/server-gem-listen.gemspec
CHANGED
|
@@ -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.
|
|
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.
|
|
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.
|
|
136
|
+
version: 2.2.0
|
|
137
137
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
138
138
|
requirements:
|
|
139
139
|
- - ">="
|