sinarey 1.0.5 → 1.0.6
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/README.md +18 -18
- data/demo/app.rb +51 -51
- data/demo/app2.rb +27 -27
- data/demo/config.ru +17 -17
- data/demo/notfound.rb +9 -9
- data/lib/sinarey/base.rb +1194 -1194
- data/lib/sinarey/router.rb +120 -120
- data/lib/sinarey/version.rb +3 -3
- data/lib/sinatra/sinarey_reloader.rb +254 -254
- data/sinarey.gemspec +26 -26
- metadata +8 -8
data/sinarey.gemspec
CHANGED
@@ -1,26 +1,26 @@
|
|
1
|
-
# coding: utf-8
|
2
|
-
$LOAD_PATH.unshift('lib')
|
3
|
-
require 'sinarey/version'
|
4
|
-
|
5
|
-
Gem::Specification.new 'sinarey',Sinarey::VERSION do |spec|
|
6
|
-
spec.authors = ["Jeffrey"]
|
7
|
-
spec.email = ["jeffrey6052@163.com"]
|
8
|
-
spec.description = "add turbo_routes and a fast multi module router for sinatra."
|
9
|
-
spec.summary = "Sinarey, use for large rack project."
|
10
|
-
spec.homepage = "https://github.com/
|
11
|
-
spec.license = "MIT"
|
12
|
-
|
13
|
-
spec.files = ['lib/sinatra/sinarey_reloader.rb',
|
14
|
-
'lib/sinarey/version.rb',
|
15
|
-
'lib/sinarey/base.rb',
|
16
|
-
'lib/sinarey/router.rb',
|
17
|
-
'lib/sinarey.rb',
|
18
|
-
'demo/app.rb',
|
19
|
-
'demo/app2.rb',
|
20
|
-
'demo/notfound.rb',
|
21
|
-
'demo/config.ru',
|
22
|
-
'sinarey.gemspec',
|
23
|
-
'README.md']
|
24
|
-
spec.add_dependency 'sinatra'
|
25
|
-
|
26
|
-
end
|
1
|
+
# coding: utf-8
|
2
|
+
$LOAD_PATH.unshift('lib')
|
3
|
+
require 'sinarey/version'
|
4
|
+
|
5
|
+
Gem::Specification.new 'sinarey',Sinarey::VERSION do |spec|
|
6
|
+
spec.authors = ["Jeffrey"]
|
7
|
+
spec.email = ["jeffrey6052@163.com"]
|
8
|
+
spec.description = "add turbo_routes and a fast multi module router for sinatra."
|
9
|
+
spec.summary = "Sinarey, use for large rack project."
|
10
|
+
spec.homepage = "https://github.com/jeffrey6052/sinarey"
|
11
|
+
spec.license = "MIT"
|
12
|
+
|
13
|
+
spec.files = ['lib/sinatra/sinarey_reloader.rb',
|
14
|
+
'lib/sinarey/version.rb',
|
15
|
+
'lib/sinarey/base.rb',
|
16
|
+
'lib/sinarey/router.rb',
|
17
|
+
'lib/sinarey.rb',
|
18
|
+
'demo/app.rb',
|
19
|
+
'demo/app2.rb',
|
20
|
+
'demo/notfound.rb',
|
21
|
+
'demo/config.ru',
|
22
|
+
'sinarey.gemspec',
|
23
|
+
'README.md']
|
24
|
+
spec.add_dependency 'sinatra'
|
25
|
+
|
26
|
+
end
|
metadata
CHANGED
@@ -1,29 +1,29 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sinarey
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jeffrey
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2018-12-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: sinatra
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- -
|
17
|
+
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version:
|
19
|
+
version: '0'
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- -
|
24
|
+
- - ">="
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version:
|
26
|
+
version: '0'
|
27
27
|
description: add turbo_routes and a fast multi module router for sinatra.
|
28
28
|
email:
|
29
29
|
- jeffrey6052@163.com
|
@@ -42,7 +42,7 @@ files:
|
|
42
42
|
- lib/sinarey/version.rb
|
43
43
|
- lib/sinatra/sinarey_reloader.rb
|
44
44
|
- sinarey.gemspec
|
45
|
-
homepage: https://github.com/
|
45
|
+
homepage: https://github.com/jeffrey6052/sinarey
|
46
46
|
licenses:
|
47
47
|
- MIT
|
48
48
|
metadata: {}
|
@@ -62,7 +62,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
62
62
|
version: '0'
|
63
63
|
requirements: []
|
64
64
|
rubyforge_project:
|
65
|
-
rubygems_version: 2.
|
65
|
+
rubygems_version: 2.5.2
|
66
66
|
signing_key:
|
67
67
|
specification_version: 4
|
68
68
|
summary: Sinarey, use for large rack project.
|