picky-generators 4.19.7 → 4.20.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +23 -23
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1d761a7f8dab3e370c1b4ae3319a127d4e8b3300
4
- data.tar.gz: 2ac9e814f9917b1fe181ba451c21c965dde03b1b
3
+ metadata.gz: 4d8a069d2eec3aecb9ac7d124e69c10cad58d8e9
4
+ data.tar.gz: d7ab75654a8795ace56a3557e9910c17f454facc
5
5
  SHA512:
6
- metadata.gz: d72b53fea7cf560d615a759324c59ee1dcae7aacbcaa1030fa3f26f77c74bde99321c60d0d4bf54c12643834d36c6565ca49070aab4f02755a6ff6db6064cb4d
7
- data.tar.gz: 75a57f4d5d8a39b075752ad703f0630faa29b293f17a243e2c602c9aabea01544a1f96b95f01b818f7c52a349be8ea6901a83053115958f274c58717fc58d603
6
+ metadata.gz: 792a917710ad3b667eb64d47cc4be1642710cddaf380e77bb3199a12c6c3c7903c19b72b0eb4ca00b446dd854e96123454e02dddfe5f8c104a6c3566dac4dc57
7
+ data.tar.gz: a6d879d9549e1b2f664a5a794fab8c3b1366e42d19e5dd0e8907cb5448f259013db1e962c805a852c5ed772e3141de41ed4f0ad07871aa76c3ade1b03e554b06
metadata CHANGED
@@ -1,57 +1,57 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: picky-generators
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.19.7
4
+ version: 4.20.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Florian Hanke
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-01-29 00:00:00.000000000 Z
11
+ date: 2014-02-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
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.7
33
+ version: 4.20.0
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.7
40
+ version: 4.20.0
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.7
47
+ version: 4.20.0
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.7
54
+ version: 4.20.0
55
55
  description: Generators for Picky.
56
56
  email: florian.hanke+picky-generators@gmail.com
57
57
  executables:
@@ -59,27 +59,28 @@ executables:
59
59
  extensions: []
60
60
  extra_rdoc_files: []
61
61
  files:
62
+ - bin/picky-generate
63
+ - lib/picky-generators.rb
62
64
  - lib/picky-generators/generators/all_in_one/sinatra.rb
63
65
  - lib/picky-generators/generators/base.rb
64
66
  - lib/picky-generators/generators/client/sinatra.rb
65
67
  - lib/picky-generators/generators/not_found_exception.rb
66
68
  - lib/picky-generators/generators/selector.rb
67
69
  - lib/picky-generators/generators/server/sinatra.rb
68
- - lib/picky-generators.rb
69
- - prototypes/all_in_one/sinatra/app.rb
70
70
  - prototypes/all_in_one/sinatra/Gemfile
71
- - prototypes/all_in_one/sinatra/log/README
72
71
  - prototypes/all_in_one/sinatra/Rakefile
72
+ - prototypes/all_in_one/sinatra/app.rb
73
+ - prototypes/all_in_one/sinatra/log/README
73
74
  - prototypes/all_in_one/sinatra/spec/integration_spec.rb
75
+ - prototypes/client/sinatra/Gemfile
76
+ - prototypes/client/sinatra/Rakefile
74
77
  - prototypes/client/sinatra/app.rb
75
78
  - prototypes/client/sinatra/config.ru
76
- - prototypes/client/sinatra/Gemfile
77
79
  - prototypes/client/sinatra/library.csv
78
- - prototypes/client/sinatra/Rakefile
79
- - prototypes/server/sinatra/app.rb
80
80
  - prototypes/server/sinatra/Gemfile
81
- - prototypes/server/sinatra/log/README
82
81
  - prototypes/server/sinatra/Rakefile
82
+ - prototypes/server/sinatra/app.rb
83
+ - prototypes/server/sinatra/log/README
83
84
  - prototypes/server/sinatra/spec/integration_spec.rb
84
85
  - prototypes/shared/both/data/development/library.csv
85
86
  - prototypes/shared/both/data/production/library.csv
@@ -108,7 +109,6 @@ files:
108
109
  - spec/lib/picky-generators/generators/client/sinatra_spec.rb
109
110
  - spec/lib/picky-generators/generators/selector_spec.rb
110
111
  - 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.0.14
133
+ rubygems_version: 2.2.0
134
134
  signing_key:
135
135
  specification_version: 4
136
136
  summary: Generators for Picky the Ruby Search Engine.