space_station 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
  SHA1:
3
- metadata.gz: ce9e2ec5979ee7eb69985c55bfe6dc62f27505d3
4
- data.tar.gz: 2e6ed5cc1b8730082a08d58fdedc2d9b444d3cc4
3
+ metadata.gz: 55f0e00e14ddfe756805d903dfb32e7ced4a410c
4
+ data.tar.gz: 850cf4305a58aecb63371bf21f01e6ae2d0dcc8f
5
5
  SHA512:
6
- metadata.gz: d7c6c05cb68493f10d935f2af5d478c319367f67772f703ea0d83eb662eb0cef22d8afca6fda4c4ae30bd600c55ff1eca7e271772b7c516796c6eba5590a5a97
7
- data.tar.gz: 4c2302408e79003f38563c50bdb9d967ba86b891b4c2e845a44b52d983efdd5e9887e31064d6860e110d1e8bbd8d03e1d18a8e0230da58493949626dc5eb2444
6
+ metadata.gz: 92b19e16638189442ccadb4c33836f1d5e0e0c568cd502c8e8eaaf63eab617c05431d46127bd28a74871712c9afda48000cad3e628069ef869c49172c67bebcd
7
+ data.tar.gz: 1beed2cad32fea0fb40e4171385f9d101cc1a6734525600815b22402c8bdbc0cf891b09faa0932eb57e49cc2c0432075ef4de612e56d92818d318797fa20085b
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2016 aasare
3
+ Copyright (c) 2016 Ahmad Saleh
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # SpaceStation
2
2
 
3
- A toy gem dedicated to clients and project managers who request silly and unrealistic requirements.
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 middlewares to use:
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
 
@@ -1,3 +1,3 @@
1
1
  module SpaceStation
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -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 = ["aasare"]
10
- spec.email = ["aasarekode@gmail.com"]
9
+ spec.authors = ["aaooki"]
10
+ spec.email = ["aaooki7@gmail.com"]
11
11
 
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 request silly and unrealistic requirements}
14
- spec.homepage = "https://github.com/aasare/space_station"
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.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
- - aasare
7
+ - aaooki
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-03-15 00:00:00.000000000 Z
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 request silly
56
- and unrealistic requirements
55
+ description: A toy gem dedicated to clients and project managers who make silly and
56
+ unrealistic requirements
57
57
  email:
58
- - aasarekode@gmail.com
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/aasare/space_station
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.2
112
+ rubygems_version: 2.5.1
113
113
  signing_key:
114
114
  specification_version: 4
115
- summary: Transform Your Rack app into a Space Station
115
+ summary: Transform your rack app into a space station!
116
116
  test_files: []