track 0.0.1 → 0.0.2

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.
Files changed (5) hide show
  1. data/CHANGELOG.md +1 -0
  2. data/LICENSE +20 -0
  3. data/README.md +3 -0
  4. data/lib/track.rb +1 -1
  5. metadata +16 -14
data/CHANGELOG.md CHANGED
@@ -0,0 +1 @@
1
+
data/LICENSE CHANGED
@@ -0,0 +1,20 @@
1
+ MIT License
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining
4
+ a copy of this software and associated documentation files (the
5
+ "Software"), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be
12
+ included in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README.md CHANGED
@@ -0,0 +1,3 @@
1
+ # Track
2
+
3
+ A nano framework for server applications based on rack and ruby 1.9
data/lib/track.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  module Track
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
4
4
 
5
5
  require 'rack'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: track
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2011-12-07 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rack
16
- requirement: &70213019125900 !ruby/object:Gem::Requirement
16
+ requirement: &70217309920280 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: '0'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70213019125900
24
+ version_requirements: *70217309920280
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: rspec
27
- requirement: &70213019125440 !ruby/object:Gem::Requirement
27
+ requirement: &70217309919780 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ! '>='
@@ -32,10 +32,10 @@ dependencies:
32
32
  version: '0'
33
33
  type: :development
34
34
  prerelease: false
35
- version_requirements: *70213019125440
35
+ version_requirements: *70217309919780
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: guard-rspec
38
- requirement: &70213019125020 !ruby/object:Gem::Requirement
38
+ requirement: &70217309919340 !ruby/object:Gem::Requirement
39
39
  none: false
40
40
  requirements:
41
41
  - - ! '>='
@@ -43,10 +43,10 @@ dependencies:
43
43
  version: '0'
44
44
  type: :development
45
45
  prerelease: false
46
- version_requirements: *70213019125020
46
+ version_requirements: *70217309919340
47
47
  - !ruby/object:Gem::Dependency
48
48
  name: rack-test
49
- requirement: &70213019124600 !ruby/object:Gem::Requirement
49
+ requirement: &70217309918920 !ruby/object:Gem::Requirement
50
50
  none: false
51
51
  requirements:
52
52
  - - ! '>='
@@ -54,10 +54,10 @@ dependencies:
54
54
  version: '0'
55
55
  type: :development
56
56
  prerelease: false
57
- version_requirements: *70213019124600
57
+ version_requirements: *70217309918920
58
58
  - !ruby/object:Gem::Dependency
59
59
  name: rake
60
- requirement: &70213019124180 !ruby/object:Gem::Requirement
60
+ requirement: &70217309918500 !ruby/object:Gem::Requirement
61
61
  none: false
62
62
  requirements:
63
63
  - - ! '>='
@@ -65,8 +65,9 @@ dependencies:
65
65
  version: '0'
66
66
  type: :development
67
67
  prerelease: false
68
- version_requirements: *70213019124180
69
- description: Nano framework to build small server applications based on rack
68
+ version_requirements: *70217309918500
69
+ description: Nano framework to build small server applications based on rack and ruby
70
+ 1.9
70
71
  email:
71
72
  - lars.kuhnt@gmail.com
72
73
  executables: []
@@ -93,7 +94,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
93
94
  requirements:
94
95
  - - ! '>='
95
96
  - !ruby/object:Gem::Version
96
- version: '0'
97
+ version: '1.9'
97
98
  required_rubygems_version: !ruby/object:Gem::Requirement
98
99
  none: false
99
100
  requirements:
@@ -105,5 +106,6 @@ rubyforge_project:
105
106
  rubygems_version: 1.8.10
106
107
  signing_key:
107
108
  specification_version: 3
108
- summary: Nano framework to build small server applications based on rack
109
+ summary: Nano framework to build small server applications based on rack and ruby
110
+ 1.9
109
111
  test_files: []