picky-generators 4.19.6 → 4.19.7

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 (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +22 -22
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 629e757dd6e0dda7f4775895f6546de2fb85ceff
4
- data.tar.gz: de47d8fb6add7e3f8a13ee5d8accc88f58319062
3
+ metadata.gz: 1d761a7f8dab3e370c1b4ae3319a127d4e8b3300
4
+ data.tar.gz: 2ac9e814f9917b1fe181ba451c21c965dde03b1b
5
5
  SHA512:
6
- metadata.gz: 05c49bb6f0f5aae867d2f76a75435ff273bb4cf571401cb4192404c3e035e0628e605836433fa76dc422c2dfbda14768492727470128975cacf564b63c95d80b
7
- data.tar.gz: ac79caa820238ca0ae7619b03166e1c5cd906cf600239e5fcbf77bb4ea4b0bd9b416cf7971eb52f08903a3e1ba0a7201045d61b9d86c63c7b9a9ac61cfd871f1
6
+ metadata.gz: d72b53fea7cf560d615a759324c59ee1dcae7aacbcaa1030fa3f26f77c74bde99321c60d0d4bf54c12643834d36c6565ca49070aab4f02755a6ff6db6064cb4d
7
+ data.tar.gz: 75a57f4d5d8a39b075752ad703f0630faa29b293f17a243e2c602c9aabea01544a1f96b95f01b818f7c52a349be8ea6901a83053115958f274c58717fc58d603
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: picky-generators
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.19.6
4
+ version: 4.19.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Florian Hanke
@@ -14,44 +14,44 @@ dependencies:
14
14
  name: rspec
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ">="
17
+ - - '>='
18
18
  - !ruby/object:Gem::Version
19
19
  version: '0'
20
20
  type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ">="
24
+ - - '>='
25
25
  - !ruby/object:Gem::Version
26
26
  version: '0'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: picky
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - "~>"
31
+ - - ~>
32
32
  - !ruby/object:Gem::Version
33
- version: 4.19.6
33
+ version: 4.19.7
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - "~>"
38
+ - - ~>
39
39
  - !ruby/object:Gem::Version
40
- version: 4.19.6
40
+ version: 4.19.7
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: picky-client
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - "~>"
45
+ - - ~>
46
46
  - !ruby/object:Gem::Version
47
- version: 4.19.6
47
+ version: 4.19.7
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - "~>"
52
+ - - ~>
53
53
  - !ruby/object:Gem::Version
54
- version: 4.19.6
54
+ version: 4.19.7
55
55
  description: Generators for Picky.
56
56
  email: florian.hanke+picky-generators@gmail.com
57
57
  executables:
@@ -59,28 +59,27 @@ executables:
59
59
  extensions: []
60
60
  extra_rdoc_files: []
61
61
  files:
62
- - bin/picky-generate
63
- - lib/picky-generators.rb
64
62
  - lib/picky-generators/generators/all_in_one/sinatra.rb
65
63
  - lib/picky-generators/generators/base.rb
66
64
  - lib/picky-generators/generators/client/sinatra.rb
67
65
  - lib/picky-generators/generators/not_found_exception.rb
68
66
  - lib/picky-generators/generators/selector.rb
69
67
  - lib/picky-generators/generators/server/sinatra.rb
70
- - prototypes/all_in_one/sinatra/Gemfile
71
- - prototypes/all_in_one/sinatra/Rakefile
68
+ - lib/picky-generators.rb
72
69
  - prototypes/all_in_one/sinatra/app.rb
70
+ - prototypes/all_in_one/sinatra/Gemfile
73
71
  - prototypes/all_in_one/sinatra/log/README
72
+ - prototypes/all_in_one/sinatra/Rakefile
74
73
  - prototypes/all_in_one/sinatra/spec/integration_spec.rb
75
- - prototypes/client/sinatra/Gemfile
76
- - prototypes/client/sinatra/Rakefile
77
74
  - prototypes/client/sinatra/app.rb
78
75
  - prototypes/client/sinatra/config.ru
76
+ - prototypes/client/sinatra/Gemfile
79
77
  - prototypes/client/sinatra/library.csv
80
- - prototypes/server/sinatra/Gemfile
81
- - prototypes/server/sinatra/Rakefile
78
+ - prototypes/client/sinatra/Rakefile
82
79
  - prototypes/server/sinatra/app.rb
80
+ - prototypes/server/sinatra/Gemfile
83
81
  - prototypes/server/sinatra/log/README
82
+ - prototypes/server/sinatra/Rakefile
84
83
  - prototypes/server/sinatra/spec/integration_spec.rb
85
84
  - prototypes/shared/both/data/development/library.csv
86
85
  - prototypes/shared/both/data/production/library.csv
@@ -109,6 +108,7 @@ files:
109
108
  - spec/lib/picky-generators/generators/client/sinatra_spec.rb
110
109
  - spec/lib/picky-generators/generators/selector_spec.rb
111
110
  - spec/lib/picky-generators/generators/server/sinatra_spec.rb
111
+ - bin/picky-generate
112
112
  homepage: http://floere.github.com/picky
113
113
  licenses:
114
114
  - MIT
@@ -120,17 +120,17 @@ require_paths:
120
120
  - lib
121
121
  required_ruby_version: !ruby/object:Gem::Requirement
122
122
  requirements:
123
- - - ">="
123
+ - - '>='
124
124
  - !ruby/object:Gem::Version
125
125
  version: '0'
126
126
  required_rubygems_version: !ruby/object:Gem::Requirement
127
127
  requirements:
128
- - - ">="
128
+ - - '>='
129
129
  - !ruby/object:Gem::Version
130
130
  version: '0'
131
131
  requirements: []
132
132
  rubyforge_project: http://rubyforge.org/projects/picky
133
- rubygems_version: 2.2.0
133
+ rubygems_version: 2.0.14
134
134
  signing_key:
135
135
  specification_version: 4
136
136
  summary: Generators for Picky the Ruby Search Engine.