mustermann-grape 0.4.0 → 1.0.0.beta2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +4 -0
- data/Gemfile.lock +88 -0
- data/Rakefile +2 -0
- data/lib/mustermann/grape/version.rb +7 -0
- data/mustermann-grape.gemspec +5 -5
- data/spec/grape_spec.rb +7 -2
- metadata +11 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 59f3857bd11fa4d62fa26e0f1422a808dd83c718
|
4
|
+
data.tar.gz: fb3eb8734628318aa8bdf86ee6ca23cb92cc7337
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 78ebe72b92e2c839654727783a68fa42cfcf97aa07611596c863b06f7830c8e883a9c8dbd52ee7f987ce330e70aeb338a49a4747f48304cd5989b46a5d050f35
|
7
|
+
data.tar.gz: cccea206122f5d923669e68f5b5073d8b1c3db22f4a6092a31e2601dd2cc3a08f430b6f2f8a333b9ee4beacdc9e47296c2923658e5ad7d8f12a6c783a6030309
|
data/Gemfile
ADDED
data/Gemfile.lock
ADDED
@@ -0,0 +1,88 @@
|
|
1
|
+
GIT
|
2
|
+
remote: git@github.com:sinatra/mustermann.git
|
3
|
+
revision: 4e7221d7fbcbc897e05fa088909caface9e7280e
|
4
|
+
specs:
|
5
|
+
support (0.0.1)
|
6
|
+
addressable
|
7
|
+
coveralls
|
8
|
+
rack-test
|
9
|
+
rake
|
10
|
+
redcarpet
|
11
|
+
rspec
|
12
|
+
rspec-its
|
13
|
+
simplecov
|
14
|
+
sinatra (~> 1.4)
|
15
|
+
tool (~> 0.2)
|
16
|
+
yard
|
17
|
+
|
18
|
+
PATH
|
19
|
+
remote: .
|
20
|
+
specs:
|
21
|
+
mustermann-grape (1.0.0.beta2)
|
22
|
+
mustermann (= 1.0.0.beta2)
|
23
|
+
|
24
|
+
GEM
|
25
|
+
remote: https://rubygems.org/
|
26
|
+
specs:
|
27
|
+
addressable (2.5.0)
|
28
|
+
public_suffix (~> 2.0, >= 2.0.2)
|
29
|
+
coveralls (0.8.15)
|
30
|
+
json (>= 1.8, < 3)
|
31
|
+
simplecov (~> 0.12.0)
|
32
|
+
term-ansicolor (~> 1.3)
|
33
|
+
thor (~> 0.19.1)
|
34
|
+
tins (>= 1.6.0, < 2)
|
35
|
+
diff-lcs (1.2.5)
|
36
|
+
docile (1.1.5)
|
37
|
+
json (2.0.2)
|
38
|
+
mustermann (1.0.0.beta2)
|
39
|
+
public_suffix (2.0.3)
|
40
|
+
rack (1.6.4)
|
41
|
+
rack-protection (1.5.3)
|
42
|
+
rack
|
43
|
+
rack-test (0.6.3)
|
44
|
+
rack (>= 1.0)
|
45
|
+
rake (11.3.0)
|
46
|
+
redcarpet (3.3.4)
|
47
|
+
rspec (3.5.0)
|
48
|
+
rspec-core (~> 3.5.0)
|
49
|
+
rspec-expectations (~> 3.5.0)
|
50
|
+
rspec-mocks (~> 3.5.0)
|
51
|
+
rspec-core (3.5.4)
|
52
|
+
rspec-support (~> 3.5.0)
|
53
|
+
rspec-expectations (3.5.0)
|
54
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
55
|
+
rspec-support (~> 3.5.0)
|
56
|
+
rspec-its (1.2.0)
|
57
|
+
rspec-core (>= 3.0.0)
|
58
|
+
rspec-expectations (>= 3.0.0)
|
59
|
+
rspec-mocks (3.5.0)
|
60
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
61
|
+
rspec-support (~> 3.5.0)
|
62
|
+
rspec-support (3.5.0)
|
63
|
+
simplecov (0.12.0)
|
64
|
+
docile (~> 1.1.0)
|
65
|
+
json (>= 1.8, < 3)
|
66
|
+
simplecov-html (~> 0.10.0)
|
67
|
+
simplecov-html (0.10.0)
|
68
|
+
sinatra (1.4.7)
|
69
|
+
rack (~> 1.5)
|
70
|
+
rack-protection (~> 1.4)
|
71
|
+
tilt (>= 1.3, < 3)
|
72
|
+
term-ansicolor (1.4.0)
|
73
|
+
tins (~> 1.0)
|
74
|
+
thor (0.19.1)
|
75
|
+
tilt (2.0.5)
|
76
|
+
tins (1.12.0)
|
77
|
+
tool (0.2.3)
|
78
|
+
yard (0.9.5)
|
79
|
+
|
80
|
+
PLATFORMS
|
81
|
+
ruby
|
82
|
+
|
83
|
+
DEPENDENCIES
|
84
|
+
mustermann-grape!
|
85
|
+
support!
|
86
|
+
|
87
|
+
BUNDLED WITH
|
88
|
+
1.12.5
|
data/Rakefile
ADDED
data/mustermann-grape.gemspec
CHANGED
@@ -1,12 +1,12 @@
|
|
1
|
-
$:.unshift File.expand_path("
|
2
|
-
require "mustermann/version"
|
1
|
+
$:.unshift File.expand_path("../lib", __FILE__)
|
2
|
+
require "mustermann/grape/version"
|
3
3
|
|
4
4
|
Gem::Specification.new do |s|
|
5
5
|
s.name = "mustermann-grape"
|
6
|
-
s.version = Mustermann::VERSION
|
6
|
+
s.version = Mustermann::Grape::VERSION
|
7
7
|
s.authors = ["namusyaka", "Konstantin Haase"]
|
8
8
|
s.email = "namusyaka@gmail.com"
|
9
|
-
s.homepage = "https://github.com/
|
9
|
+
s.homepage = "https://github.com/ruby-grape/mustermann-grape"
|
10
10
|
s.summary = %q{Grape syntax for Mustermann}
|
11
11
|
s.description = %q{Adds Grape style patterns to Mustermman}
|
12
12
|
s.license = 'MIT'
|
@@ -14,5 +14,5 @@ Gem::Specification.new do |s|
|
|
14
14
|
s.files = `git ls-files`.split("\n")
|
15
15
|
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
|
16
16
|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
|
17
|
-
s.add_dependency 'mustermann',
|
17
|
+
s.add_dependency 'mustermann', '1.0.0.beta2'
|
18
18
|
end
|
data/spec/grape_spec.rb
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
|
-
require 'support'
|
3
|
-
require '
|
2
|
+
require 'support/env'
|
3
|
+
require 'support/match_matcher'
|
4
|
+
require 'support/expand_matcher'
|
5
|
+
require 'support/pattern'
|
6
|
+
require 'support/generate_template_matcher'
|
7
|
+
require 'support/scan_matcher'
|
8
|
+
require File.expand_path('lib/mustermann/grape')
|
4
9
|
|
5
10
|
describe Mustermann::Grape do
|
6
11
|
extend Support::Pattern
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mustermann-grape
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 1.0.0.beta2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- namusyaka
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2017-02-01 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: mustermann
|
@@ -17,25 +17,29 @@ dependencies:
|
|
17
17
|
requirements:
|
18
18
|
- - '='
|
19
19
|
- !ruby/object:Gem::Version
|
20
|
-
version: 0.
|
20
|
+
version: 1.0.0.beta2
|
21
21
|
type: :runtime
|
22
22
|
prerelease: false
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
24
24
|
requirements:
|
25
25
|
- - '='
|
26
26
|
- !ruby/object:Gem::Version
|
27
|
-
version: 0.
|
27
|
+
version: 1.0.0.beta2
|
28
28
|
description: Adds Grape style patterns to Mustermman
|
29
29
|
email: namusyaka@gmail.com
|
30
30
|
executables: []
|
31
31
|
extensions: []
|
32
32
|
extra_rdoc_files: []
|
33
33
|
files:
|
34
|
+
- Gemfile
|
35
|
+
- Gemfile.lock
|
34
36
|
- README.md
|
37
|
+
- Rakefile
|
35
38
|
- lib/mustermann/grape.rb
|
39
|
+
- lib/mustermann/grape/version.rb
|
36
40
|
- mustermann-grape.gemspec
|
37
41
|
- spec/grape_spec.rb
|
38
|
-
homepage: https://github.com/
|
42
|
+
homepage: https://github.com/ruby-grape/mustermann-grape
|
39
43
|
licenses:
|
40
44
|
- MIT
|
41
45
|
metadata: {}
|
@@ -50,9 +54,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
50
54
|
version: 2.1.0
|
51
55
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
52
56
|
requirements:
|
53
|
-
- - "
|
57
|
+
- - ">"
|
54
58
|
- !ruby/object:Gem::Version
|
55
|
-
version:
|
59
|
+
version: 1.3.1
|
56
60
|
requirements: []
|
57
61
|
rubyforge_project:
|
58
62
|
rubygems_version: 2.5.1
|