space_station 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE.txt +1 -1
- data/README.md +3 -7
- data/lib/space_station/version.rb +1 -1
- data/space_station.gemspec +5 -5
- metadata +9 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 55f0e00e14ddfe756805d903dfb32e7ced4a410c
|
4
|
+
data.tar.gz: 850cf4305a58aecb63371bf21f01e6ae2d0dcc8f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 92b19e16638189442ccadb4c33836f1d5e0e0c568cd502c8e8eaaf63eab617c05431d46127bd28a74871712c9afda48000cad3e628069ef869c49172c67bebcd
|
7
|
+
data.tar.gz: 1beed2cad32fea0fb40e4171385f9d101cc1a6734525600815b22402c8bdbc0cf891b09faa0932eb57e49cc2c0432075ef4de612e56d92818d318797fa20085b
|
data/LICENSE.txt
CHANGED
data/README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
# SpaceStation
|
2
2
|
|
3
|
-
A toy gem dedicated to clients and project managers who
|
4
|
-
It provides simple Rack middleware that prints an ascii figure before every response.
|
3
|
+
A toy gem dedicated to clients and project managers who make silly and unrealistic requirements.
|
4
|
+
It provides a simple set of Rack middleware that prints an ascii figure before every response.
|
5
5
|
It could also be useful for debugging :laughing:
|
6
6
|
|
7
7
|
## Installation
|
@@ -28,7 +28,7 @@ Just put this line in your `config.ru` file and replace MiddlewareName with the
|
|
28
28
|
use SpaceStation::MiddlewareName
|
29
29
|
```
|
30
30
|
|
31
|
-
There are multiple
|
31
|
+
There are multiple middleware to use:
|
32
32
|
- SpaceShuttle
|
33
33
|
- Airplane
|
34
34
|
- F16
|
@@ -55,10 +55,6 @@ There are multiple middlewares to use:
|
|
55
55
|
- http://www.ascii-middle-finger.com/
|
56
56
|
- http://www.ascii-art.de/ascii/uvw/unicorn.txt
|
57
57
|
|
58
|
-
## Contributing
|
59
|
-
|
60
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/aasare/space_station. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
|
61
|
-
|
62
58
|
|
63
59
|
## License
|
64
60
|
|
data/space_station.gemspec
CHANGED
@@ -6,12 +6,12 @@ require 'space_station/version'
|
|
6
6
|
Gem::Specification.new do |spec|
|
7
7
|
spec.name = "space_station"
|
8
8
|
spec.version = SpaceStation::VERSION
|
9
|
-
spec.authors = ["
|
10
|
-
spec.email = ["
|
9
|
+
spec.authors = ["aaooki"]
|
10
|
+
spec.email = ["aaooki7@gmail.com"]
|
11
11
|
|
12
|
-
spec.summary = %q{Transform
|
13
|
-
spec.description = %q{A toy gem dedicated to clients and project managers who
|
14
|
-
spec.homepage = "https://github.com/
|
12
|
+
spec.summary = %q{Transform your rack app into a space station!}
|
13
|
+
spec.description = %q{A toy gem dedicated to clients and project managers who make silly and unrealistic requirements}
|
14
|
+
spec.homepage = "https://github.com/aaooki/space_station"
|
15
15
|
spec.license = "MIT"
|
16
16
|
|
17
17
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: space_station
|
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
|
+
- aaooki
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2017-01-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -52,10 +52,10 @@ dependencies:
|
|
52
52
|
- - "~>"
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '5.0'
|
55
|
-
description: A toy gem dedicated to clients and project managers who
|
56
|
-
|
55
|
+
description: A toy gem dedicated to clients and project managers who make silly and
|
56
|
+
unrealistic requirements
|
57
57
|
email:
|
58
|
-
-
|
58
|
+
- aaooki7@gmail.com
|
59
59
|
executables: []
|
60
60
|
extensions: []
|
61
61
|
extra_rdoc_files: []
|
@@ -89,7 +89,7 @@ files:
|
|
89
89
|
- lib/space_station/version.rb
|
90
90
|
- space_station.gemspec
|
91
91
|
- ufo_example.png
|
92
|
-
homepage: https://github.com/
|
92
|
+
homepage: https://github.com/aaooki/space_station
|
93
93
|
licenses:
|
94
94
|
- MIT
|
95
95
|
metadata: {}
|
@@ -109,8 +109,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
109
109
|
version: '0'
|
110
110
|
requirements: []
|
111
111
|
rubyforge_project:
|
112
|
-
rubygems_version: 2.5.
|
112
|
+
rubygems_version: 2.5.1
|
113
113
|
signing_key:
|
114
114
|
specification_version: 4
|
115
|
-
summary: Transform
|
115
|
+
summary: Transform your rack app into a space station!
|
116
116
|
test_files: []
|