reel-rack 0.0.1.pre2 → 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 43b21d6af7dcc1fe337503181c1db02b1872811f
4
- data.tar.gz: 6e8577ce53c98f06345be8ec201b99cbb1c33982
3
+ metadata.gz: 281740dbc57e287c989bc13522f2f9150292f197
4
+ data.tar.gz: d940ab03605c6c34aad7c8f8d3f1fae3e2f439da
5
5
  SHA512:
6
- metadata.gz: cd2c574401da814bf72f86971a958a04bc0cc196e8d02d183b14854e74c9a69d9426cc7b1cb7686079deeea2ad81dbeb72f056c3901ffee57e0a2f1c3415a414
7
- data.tar.gz: 263c1f3be49b9cb573a012d65f34b5c8e25dfad80bab99b1dd8143b0eef4a3e4c51355a23a0857a6c6e759683b30fcf04ae8e99c3d552b1acad8973a9152b8bb
6
+ metadata.gz: 8a94bc2e3260e522a756b600409b9a26ac9757e5c2cea787703774a9fcaee16ecd03aaf833195cf80d8ea98ca807b25929177ac30f4a11b36db7e50de7c171e9
7
+ data.tar.gz: 2a36af946f036b502a2d92f8f55ef082c6e6ecf990a7d0fdd3392fe92cbb64a5c0da454740c0a500c062bdfe9a6d36862b4de2ab800220982b0b7e3e2542e225
data/CHANGES.md CHANGED
@@ -1,3 +1,3 @@
1
- 0.0.0
2
- -----
3
- * Initial proof-of-concept
1
+ 0.0.1 (2013-09-10)
2
+ ------------------
3
+ * Initial release
data/README.md CHANGED
@@ -12,18 +12,40 @@ A Rack adapter for [Reel][reel], the [Celluloid::IO][celluloidio] web server.
12
12
 
13
13
  ## Installation
14
14
 
15
- Add this line to your application's Gemfile:
15
+ reel-rack can be installed with RubyGems:
16
+
17
+ gem install reel-rack
18
+
19
+ Bundle it with your application by adding this to your Gemfile:
16
20
 
17
21
  gem 'reel-rack'
18
22
 
19
- And then execute:
23
+ ## Usage
24
+
25
+ You should be able to launch any Rack-compatible under Reel with:
20
26
 
21
- $ bundle
27
+ reel-rack
22
28
 
23
- Or install it yourself as:
29
+ By default reel-rack will launch on port 3000. You can specify a port with:
24
30
 
25
- $ gem install reel-rack
31
+ reel-rack -p 9001
26
32
 
27
- ## Usage
33
+ By default reel-rack will look for a config.ru file. You can specify any name
34
+ you want, though:
35
+
36
+ reel-rack my_awesome_app.rb
37
+
38
+ For additional help, run:
39
+
40
+ reel-rack -h
41
+
42
+ ## Contributing
43
+
44
+ * Fork this repository on Github
45
+ * Make your changes and send a pull request
46
+ * If your changes look good, we'll merge 'em
47
+
48
+ ## License
28
49
 
29
- TODO: Write usage instructions here
50
+ Copyright (c) 2013 Tony Arcieri, Jonathan Stott.
51
+ Distributed under the MIT License. See LICENSE.txt for further details.
@@ -1,5 +1,5 @@
1
1
  module Reel
2
2
  module Rack
3
- VERSION = "0.0.1.pre2"
3
+ VERSION = "0.0.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: reel-rack
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1.pre2
4
+ version: 0.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tony Arcieri
@@ -123,9 +123,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
123
123
  version: '0'
124
124
  required_rubygems_version: !ruby/object:Gem::Requirement
125
125
  requirements:
126
- - - '>'
126
+ - - '>='
127
127
  - !ruby/object:Gem::Version
128
- version: 1.3.1
128
+ version: '0'
129
129
  requirements: []
130
130
  rubyforge_project:
131
131
  rubygems_version: 2.0.3