ksk 0.2.15 → 0.3.0
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/Gemfile +14 -0
- data/Gemfile.lock +184 -0
- data/LICENSE.txt +20 -0
- data/README.md +19 -0
- data/Rakefile +43 -0
- data/VERSION +1 -0
- data/ksk.gemspec +94 -0
- data/lib/ksk.rb +4 -2
- metadata +82 -6
- data/lib/rails/generators/ksk/templates/initializer.rb +0 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6b804e03da8cfde0ad5b09746538107c5e333d4f
|
4
|
+
data.tar.gz: 9c0787bb75383e9e48c172a6ec17535e6bf2ca88
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f58b9c31d819b4beef4692476235c459831fdd1764c309a710f4c87a6490480dbb1a804d3659bb14315a84f37060a82daa165b7ec46d8d4cd7bec805bc7b8a60
|
7
|
+
data.tar.gz: 0e7d6232bbb39d8a120baa9a4e5cdd4d85fa8dee85e80c7d3e04c4f2d64dd542edc8563f25b7a748ab1f6bc123457a37c59b4fa50333c46b23566d91a8863fa1
|
data/Gemfile
ADDED
@@ -0,0 +1,14 @@
|
|
1
|
+
source 'http://rubygems.org'
|
2
|
+
|
3
|
+
gem 'bhf', '~> 0.8'
|
4
|
+
gem 'stringex', '~> 2.5'
|
5
|
+
gem 'paperclip', '~> 4.0'
|
6
|
+
|
7
|
+
|
8
|
+
group :development do
|
9
|
+
gem 'shoulda', '~> 3.5'
|
10
|
+
gem 'rdoc', '~> 3.12'
|
11
|
+
gem 'bundler', '~> 1.0'
|
12
|
+
gem 'jeweler', '~> 2.0'
|
13
|
+
gem 'simplecov', '~> 0.8'
|
14
|
+
end
|
data/Gemfile.lock
ADDED
@@ -0,0 +1,184 @@
|
|
1
|
+
GEM
|
2
|
+
remote: http://rubygems.org/
|
3
|
+
specs:
|
4
|
+
actionmailer (4.1.1)
|
5
|
+
actionpack (= 4.1.1)
|
6
|
+
actionview (= 4.1.1)
|
7
|
+
mail (~> 2.5.4)
|
8
|
+
actionpack (4.1.1)
|
9
|
+
actionview (= 4.1.1)
|
10
|
+
activesupport (= 4.1.1)
|
11
|
+
rack (~> 1.5.2)
|
12
|
+
rack-test (~> 0.6.2)
|
13
|
+
actionview (4.1.1)
|
14
|
+
activesupport (= 4.1.1)
|
15
|
+
builder (~> 3.1)
|
16
|
+
erubis (~> 2.7.0)
|
17
|
+
activemodel (4.1.1)
|
18
|
+
activesupport (= 4.1.1)
|
19
|
+
builder (~> 3.1)
|
20
|
+
activerecord (4.1.1)
|
21
|
+
activemodel (= 4.1.1)
|
22
|
+
activesupport (= 4.1.1)
|
23
|
+
arel (~> 5.0.0)
|
24
|
+
activesupport (4.1.1)
|
25
|
+
i18n (~> 0.6, >= 0.6.9)
|
26
|
+
json (~> 1.7, >= 1.7.7)
|
27
|
+
minitest (~> 5.1)
|
28
|
+
thread_safe (~> 0.1)
|
29
|
+
tzinfo (~> 1.1)
|
30
|
+
addressable (2.3.6)
|
31
|
+
arel (5.0.1.20140414130214)
|
32
|
+
bhf (0.8.0)
|
33
|
+
haml-rails (~> 0.4)
|
34
|
+
kaminari (~> 0.15)
|
35
|
+
rails (~> 4.1.1)
|
36
|
+
sass-rails (~> 4.0)
|
37
|
+
turbolinks (~> 2.1)
|
38
|
+
builder (3.2.2)
|
39
|
+
climate_control (0.0.3)
|
40
|
+
activesupport (>= 3.0)
|
41
|
+
cocaine (0.5.4)
|
42
|
+
climate_control (>= 0.0.3, < 1.0)
|
43
|
+
coffee-rails (4.0.1)
|
44
|
+
coffee-script (>= 2.2.0)
|
45
|
+
railties (>= 4.0.0, < 5.0)
|
46
|
+
coffee-script (2.2.0)
|
47
|
+
coffee-script-source
|
48
|
+
execjs
|
49
|
+
coffee-script-source (1.7.0)
|
50
|
+
descendants_tracker (0.0.4)
|
51
|
+
thread_safe (~> 0.3, >= 0.3.1)
|
52
|
+
docile (1.1.3)
|
53
|
+
erubis (2.7.0)
|
54
|
+
execjs (2.2.0)
|
55
|
+
faraday (0.9.0)
|
56
|
+
multipart-post (>= 1.2, < 3)
|
57
|
+
git (1.2.7)
|
58
|
+
github_api (0.11.3)
|
59
|
+
addressable (~> 2.3)
|
60
|
+
descendants_tracker (~> 0.0.1)
|
61
|
+
faraday (~> 0.8, < 0.10)
|
62
|
+
hashie (>= 1.2)
|
63
|
+
multi_json (>= 1.7.5, < 2.0)
|
64
|
+
nokogiri (~> 1.6.0)
|
65
|
+
oauth2
|
66
|
+
haml (4.0.5)
|
67
|
+
tilt
|
68
|
+
haml-rails (0.5.3)
|
69
|
+
actionpack (>= 4.0.1)
|
70
|
+
activesupport (>= 4.0.1)
|
71
|
+
haml (>= 3.1, < 5.0)
|
72
|
+
railties (>= 4.0.1)
|
73
|
+
hashie (3.0.0)
|
74
|
+
highline (1.6.21)
|
75
|
+
hike (1.2.3)
|
76
|
+
i18n (0.6.9)
|
77
|
+
jeweler (2.0.1)
|
78
|
+
builder
|
79
|
+
bundler (>= 1.0)
|
80
|
+
git (>= 1.2.5)
|
81
|
+
github_api
|
82
|
+
highline (>= 1.6.15)
|
83
|
+
nokogiri (>= 1.5.10)
|
84
|
+
rake
|
85
|
+
rdoc
|
86
|
+
json (1.8.1)
|
87
|
+
jwt (1.0.0)
|
88
|
+
kaminari (0.16.1)
|
89
|
+
actionpack (>= 3.0.0)
|
90
|
+
activesupport (>= 3.0.0)
|
91
|
+
mail (2.5.4)
|
92
|
+
mime-types (~> 1.16)
|
93
|
+
treetop (~> 1.4.8)
|
94
|
+
mime-types (1.25.1)
|
95
|
+
mini_portile (0.6.0)
|
96
|
+
minitest (5.3.4)
|
97
|
+
multi_json (1.10.1)
|
98
|
+
multi_xml (0.5.5)
|
99
|
+
multipart-post (2.0.0)
|
100
|
+
nokogiri (1.6.2.1)
|
101
|
+
mini_portile (= 0.6.0)
|
102
|
+
oauth2 (0.9.4)
|
103
|
+
faraday (>= 0.8, < 0.10)
|
104
|
+
jwt (~> 1.0)
|
105
|
+
multi_json (~> 1.3)
|
106
|
+
multi_xml (~> 0.5)
|
107
|
+
rack (~> 1.2)
|
108
|
+
paperclip (4.1.1)
|
109
|
+
activemodel (>= 3.0.0)
|
110
|
+
activesupport (>= 3.0.0)
|
111
|
+
cocaine (~> 0.5.3)
|
112
|
+
mime-types
|
113
|
+
polyglot (0.3.5)
|
114
|
+
rack (1.5.2)
|
115
|
+
rack-test (0.6.2)
|
116
|
+
rack (>= 1.0)
|
117
|
+
rails (4.1.1)
|
118
|
+
actionmailer (= 4.1.1)
|
119
|
+
actionpack (= 4.1.1)
|
120
|
+
actionview (= 4.1.1)
|
121
|
+
activemodel (= 4.1.1)
|
122
|
+
activerecord (= 4.1.1)
|
123
|
+
activesupport (= 4.1.1)
|
124
|
+
bundler (>= 1.3.0, < 2.0)
|
125
|
+
railties (= 4.1.1)
|
126
|
+
sprockets-rails (~> 2.0)
|
127
|
+
railties (4.1.1)
|
128
|
+
actionpack (= 4.1.1)
|
129
|
+
activesupport (= 4.1.1)
|
130
|
+
rake (>= 0.8.7)
|
131
|
+
thor (>= 0.18.1, < 2.0)
|
132
|
+
rake (10.3.2)
|
133
|
+
rdoc (3.12.2)
|
134
|
+
json (~> 1.4)
|
135
|
+
sass (3.2.19)
|
136
|
+
sass-rails (4.0.3)
|
137
|
+
railties (>= 4.0.0, < 5.0)
|
138
|
+
sass (~> 3.2.0)
|
139
|
+
sprockets (~> 2.8, <= 2.11.0)
|
140
|
+
sprockets-rails (~> 2.0)
|
141
|
+
shoulda (3.5.0)
|
142
|
+
shoulda-context (~> 1.0, >= 1.0.1)
|
143
|
+
shoulda-matchers (>= 1.4.1, < 3.0)
|
144
|
+
shoulda-context (1.2.1)
|
145
|
+
shoulda-matchers (2.6.1)
|
146
|
+
activesupport (>= 3.0.0)
|
147
|
+
simplecov (0.8.2)
|
148
|
+
docile (~> 1.1.0)
|
149
|
+
multi_json
|
150
|
+
simplecov-html (~> 0.8.0)
|
151
|
+
simplecov-html (0.8.0)
|
152
|
+
sprockets (2.11.0)
|
153
|
+
hike (~> 1.2)
|
154
|
+
multi_json (~> 1.0)
|
155
|
+
rack (~> 1.0)
|
156
|
+
tilt (~> 1.1, != 1.3.0)
|
157
|
+
sprockets-rails (2.1.3)
|
158
|
+
actionpack (>= 3.0)
|
159
|
+
activesupport (>= 3.0)
|
160
|
+
sprockets (~> 2.8)
|
161
|
+
stringex (2.5.2)
|
162
|
+
thor (0.19.1)
|
163
|
+
thread_safe (0.3.4)
|
164
|
+
tilt (1.4.1)
|
165
|
+
treetop (1.4.15)
|
166
|
+
polyglot
|
167
|
+
polyglot (>= 0.3.1)
|
168
|
+
turbolinks (2.2.2)
|
169
|
+
coffee-rails
|
170
|
+
tzinfo (1.2.1)
|
171
|
+
thread_safe (~> 0.1)
|
172
|
+
|
173
|
+
PLATFORMS
|
174
|
+
ruby
|
175
|
+
|
176
|
+
DEPENDENCIES
|
177
|
+
bhf (~> 0.8)
|
178
|
+
bundler (~> 1.0)
|
179
|
+
jeweler (~> 2.0)
|
180
|
+
paperclip (~> 4.0)
|
181
|
+
rdoc (~> 3.12)
|
182
|
+
shoulda (~> 3.5)
|
183
|
+
simplecov (~> 0.8)
|
184
|
+
stringex (~> 2.5)
|
data/LICENSE.txt
ADDED
@@ -0,0 +1,20 @@
|
|
1
|
+
Copyright (c) 2014 Anton Pawlik
|
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,19 @@
|
|
1
|
+
# ksk
|
2
|
+
|
3
|
+
CMS for [bhf](http://antpaw.github.io/bhf/)
|
4
|
+
|
5
|
+
## Contributing to ksk
|
6
|
+
|
7
|
+
* Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.
|
8
|
+
* Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.
|
9
|
+
* Fork the project.
|
10
|
+
* Start a feature/bugfix branch.
|
11
|
+
* Commit and push until you are happy with your contribution.
|
12
|
+
* Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
|
13
|
+
* Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.
|
14
|
+
|
15
|
+
## Copyright
|
16
|
+
|
17
|
+
Copyright (c) 2014 Anton Pawlik. See LICENSE.txt for
|
18
|
+
further details.
|
19
|
+
|
data/Rakefile
ADDED
@@ -0,0 +1,43 @@
|
|
1
|
+
# encoding: utf-8
|
2
|
+
|
3
|
+
require 'rubygems'
|
4
|
+
require 'bundler'
|
5
|
+
begin
|
6
|
+
Bundler.setup(:default, :development)
|
7
|
+
rescue Bundler::BundlerError => e
|
8
|
+
$stderr.puts e.message
|
9
|
+
$stderr.puts "Run `bundle install` to install missing gems"
|
10
|
+
exit e.status_code
|
11
|
+
end
|
12
|
+
require 'rake'
|
13
|
+
|
14
|
+
require 'jeweler'
|
15
|
+
Jeweler::Tasks.new do |gem|
|
16
|
+
gem.name = 'ksk'
|
17
|
+
gem.homepage = 'http://github.com/antpaw/ksk'
|
18
|
+
gem.licenses = 'MIT'
|
19
|
+
gem.summary = 'CMS for bhf'
|
20
|
+
gem.description = 'Fast and friendly'
|
21
|
+
gem.email = 'anton.pawlik@gmail.com'
|
22
|
+
gem.authors = ['Anton Pawlik']
|
23
|
+
end
|
24
|
+
Jeweler::RubygemsDotOrgTasks.new
|
25
|
+
|
26
|
+
|
27
|
+
desc "Code coverage detail"
|
28
|
+
task :simplecov do
|
29
|
+
ENV['COVERAGE'] = "true"
|
30
|
+
Rake::Task['test'].execute
|
31
|
+
end
|
32
|
+
|
33
|
+
task :default => :test
|
34
|
+
|
35
|
+
require 'rdoc/task'
|
36
|
+
Rake::RDocTask.new do |rdoc|
|
37
|
+
version = File.exist?('VERSION') ? File.read('VERSION') : ""
|
38
|
+
|
39
|
+
rdoc.rdoc_dir = 'rdoc'
|
40
|
+
rdoc.title = "ksk #{version}"
|
41
|
+
rdoc.rdoc_files.include('README*')
|
42
|
+
rdoc.rdoc_files.include('lib/**/*.rb')
|
43
|
+
end
|
data/VERSION
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
0.3.0
|
data/ksk.gemspec
ADDED
@@ -0,0 +1,94 @@
|
|
1
|
+
# Generated by jeweler
|
2
|
+
# DO NOT EDIT THIS FILE DIRECTLY
|
3
|
+
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
4
|
+
# -*- encoding: utf-8 -*-
|
5
|
+
# stub: ksk 0.3.0 ruby lib
|
6
|
+
|
7
|
+
Gem::Specification.new do |s|
|
8
|
+
s.name = "ksk"
|
9
|
+
s.version = "0.3.0"
|
10
|
+
|
11
|
+
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
12
|
+
s.require_paths = ["lib"]
|
13
|
+
s.authors = ["Anton Pawlik"]
|
14
|
+
s.date = "2014-06-11"
|
15
|
+
s.description = "Fast and friendly"
|
16
|
+
s.email = "anton.pawlik@gmail.com"
|
17
|
+
s.extra_rdoc_files = [
|
18
|
+
"LICENSE.txt",
|
19
|
+
"README.md"
|
20
|
+
]
|
21
|
+
s.files = [
|
22
|
+
"Gemfile",
|
23
|
+
"Gemfile.lock",
|
24
|
+
"LICENSE.txt",
|
25
|
+
"README.md",
|
26
|
+
"Rakefile",
|
27
|
+
"VERSION",
|
28
|
+
"app/assets/javascripts/ksk/application.js",
|
29
|
+
"app/assets/javascripts/ksk/classes/NaviAdmin.js",
|
30
|
+
"app/assets/stylesheets/ksk/application.css.sass",
|
31
|
+
"app/controllers/ksk/navigations_controller.rb",
|
32
|
+
"app/helpers/ksk/frontend_helper.rb",
|
33
|
+
"app/models/concerns/ksk/asset.rb",
|
34
|
+
"app/models/concerns/ksk/category.rb",
|
35
|
+
"app/models/concerns/ksk/markdown.rb",
|
36
|
+
"app/models/concerns/ksk/navigation.rb",
|
37
|
+
"app/models/concerns/ksk/navigation_type.rb",
|
38
|
+
"app/models/concerns/ksk/post.rb",
|
39
|
+
"app/models/concerns/ksk/preview.rb",
|
40
|
+
"app/models/concerns/ksk/static.rb",
|
41
|
+
"app/views/bhf/entries/form/column/_crop_thumbs.html.haml",
|
42
|
+
"app/views/bhf/entries/form/column/_file.html.haml",
|
43
|
+
"app/views/bhf/entries/form/column/_select_file_assets.html.haml",
|
44
|
+
"app/views/bhf/entries/form/has_many/_assets.html.haml",
|
45
|
+
"app/views/bhf/entries/form/has_many/_upload.html.haml",
|
46
|
+
"app/views/bhf/entries/form/has_one/_asset.html.haml",
|
47
|
+
"app/views/bhf/pages/_navi.html.haml",
|
48
|
+
"app/views/bhf/pages/macro/column/_extern_link.haml",
|
49
|
+
"config/locales/de.yml",
|
50
|
+
"config/locales/en.yml",
|
51
|
+
"config/routes.rb",
|
52
|
+
"ksk.gemspec",
|
53
|
+
"lib/ksk.rb",
|
54
|
+
"lib/paperclip_processors/ksk_crop.rb"
|
55
|
+
]
|
56
|
+
s.homepage = "http://github.com/antpaw/ksk"
|
57
|
+
s.licenses = ["MIT"]
|
58
|
+
s.rubygems_version = "2.2.2"
|
59
|
+
s.summary = "CMS for bhf"
|
60
|
+
|
61
|
+
if s.respond_to? :specification_version then
|
62
|
+
s.specification_version = 4
|
63
|
+
|
64
|
+
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
65
|
+
s.add_runtime_dependency(%q<bhf>, ["~> 0.8"])
|
66
|
+
s.add_runtime_dependency(%q<stringex>, ["~> 2.5"])
|
67
|
+
s.add_runtime_dependency(%q<paperclip>, ["~> 4.0"])
|
68
|
+
s.add_development_dependency(%q<shoulda>, ["~> 3.5"])
|
69
|
+
s.add_development_dependency(%q<rdoc>, ["~> 3.12"])
|
70
|
+
s.add_development_dependency(%q<bundler>, ["~> 1.0"])
|
71
|
+
s.add_development_dependency(%q<jeweler>, ["~> 2.0"])
|
72
|
+
s.add_development_dependency(%q<simplecov>, ["~> 0.8"])
|
73
|
+
else
|
74
|
+
s.add_dependency(%q<bhf>, ["~> 0.8"])
|
75
|
+
s.add_dependency(%q<stringex>, ["~> 2.5"])
|
76
|
+
s.add_dependency(%q<paperclip>, ["~> 4.0"])
|
77
|
+
s.add_dependency(%q<shoulda>, ["~> 3.5"])
|
78
|
+
s.add_dependency(%q<rdoc>, ["~> 3.12"])
|
79
|
+
s.add_dependency(%q<bundler>, ["~> 1.0"])
|
80
|
+
s.add_dependency(%q<jeweler>, ["~> 2.0"])
|
81
|
+
s.add_dependency(%q<simplecov>, ["~> 0.8"])
|
82
|
+
end
|
83
|
+
else
|
84
|
+
s.add_dependency(%q<bhf>, ["~> 0.8"])
|
85
|
+
s.add_dependency(%q<stringex>, ["~> 2.5"])
|
86
|
+
s.add_dependency(%q<paperclip>, ["~> 4.0"])
|
87
|
+
s.add_dependency(%q<shoulda>, ["~> 3.5"])
|
88
|
+
s.add_dependency(%q<rdoc>, ["~> 3.12"])
|
89
|
+
s.add_dependency(%q<bundler>, ["~> 1.0"])
|
90
|
+
s.add_dependency(%q<jeweler>, ["~> 2.0"])
|
91
|
+
s.add_dependency(%q<simplecov>, ["~> 0.8"])
|
92
|
+
end
|
93
|
+
end
|
94
|
+
|
data/lib/ksk.rb
CHANGED
@@ -3,8 +3,10 @@ module Ksk
|
|
3
3
|
|
4
4
|
isolate_namespace Ksk
|
5
5
|
|
6
|
-
|
7
|
-
|
6
|
+
Bhf.configure do |config|
|
7
|
+
config.css << 'ksk/application'
|
8
|
+
config.js << 'ksk/application'
|
9
|
+
end
|
8
10
|
|
9
11
|
initializer 'ksk.helper' do
|
10
12
|
ActiveSupport.on_load :action_controller do
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ksk
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Anton Pawlik
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-06-
|
11
|
+
date: 2014-06-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bhf
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: '0.8'
|
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: 0.
|
26
|
+
version: '0.8'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: stringex
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -52,14 +52,90 @@ dependencies:
|
|
52
52
|
- - "~>"
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '4.0'
|
55
|
+
- !ruby/object:Gem::Dependency
|
56
|
+
name: shoulda
|
57
|
+
requirement: !ruby/object:Gem::Requirement
|
58
|
+
requirements:
|
59
|
+
- - "~>"
|
60
|
+
- !ruby/object:Gem::Version
|
61
|
+
version: '3.5'
|
62
|
+
type: :development
|
63
|
+
prerelease: false
|
64
|
+
version_requirements: !ruby/object:Gem::Requirement
|
65
|
+
requirements:
|
66
|
+
- - "~>"
|
67
|
+
- !ruby/object:Gem::Version
|
68
|
+
version: '3.5'
|
69
|
+
- !ruby/object:Gem::Dependency
|
70
|
+
name: rdoc
|
71
|
+
requirement: !ruby/object:Gem::Requirement
|
72
|
+
requirements:
|
73
|
+
- - "~>"
|
74
|
+
- !ruby/object:Gem::Version
|
75
|
+
version: '3.12'
|
76
|
+
type: :development
|
77
|
+
prerelease: false
|
78
|
+
version_requirements: !ruby/object:Gem::Requirement
|
79
|
+
requirements:
|
80
|
+
- - "~>"
|
81
|
+
- !ruby/object:Gem::Version
|
82
|
+
version: '3.12'
|
83
|
+
- !ruby/object:Gem::Dependency
|
84
|
+
name: bundler
|
85
|
+
requirement: !ruby/object:Gem::Requirement
|
86
|
+
requirements:
|
87
|
+
- - "~>"
|
88
|
+
- !ruby/object:Gem::Version
|
89
|
+
version: '1.0'
|
90
|
+
type: :development
|
91
|
+
prerelease: false
|
92
|
+
version_requirements: !ruby/object:Gem::Requirement
|
93
|
+
requirements:
|
94
|
+
- - "~>"
|
95
|
+
- !ruby/object:Gem::Version
|
96
|
+
version: '1.0'
|
97
|
+
- !ruby/object:Gem::Dependency
|
98
|
+
name: jeweler
|
99
|
+
requirement: !ruby/object:Gem::Requirement
|
100
|
+
requirements:
|
101
|
+
- - "~>"
|
102
|
+
- !ruby/object:Gem::Version
|
103
|
+
version: '2.0'
|
104
|
+
type: :development
|
105
|
+
prerelease: false
|
106
|
+
version_requirements: !ruby/object:Gem::Requirement
|
107
|
+
requirements:
|
108
|
+
- - "~>"
|
109
|
+
- !ruby/object:Gem::Version
|
110
|
+
version: '2.0'
|
111
|
+
- !ruby/object:Gem::Dependency
|
112
|
+
name: simplecov
|
113
|
+
requirement: !ruby/object:Gem::Requirement
|
114
|
+
requirements:
|
115
|
+
- - "~>"
|
116
|
+
- !ruby/object:Gem::Version
|
117
|
+
version: '0.8'
|
118
|
+
type: :development
|
119
|
+
prerelease: false
|
120
|
+
version_requirements: !ruby/object:Gem::Requirement
|
121
|
+
requirements:
|
122
|
+
- - "~>"
|
123
|
+
- !ruby/object:Gem::Version
|
124
|
+
version: '0.8'
|
55
125
|
description: Fast and friendly
|
56
126
|
email: anton.pawlik@gmail.com
|
57
127
|
executables: []
|
58
128
|
extensions: []
|
59
129
|
extra_rdoc_files:
|
130
|
+
- LICENSE.txt
|
60
131
|
- README.md
|
61
132
|
files:
|
133
|
+
- Gemfile
|
134
|
+
- Gemfile.lock
|
135
|
+
- LICENSE.txt
|
62
136
|
- README.md
|
137
|
+
- Rakefile
|
138
|
+
- VERSION
|
63
139
|
- app/assets/javascripts/ksk/application.js
|
64
140
|
- app/assets/javascripts/ksk/classes/NaviAdmin.js
|
65
141
|
- app/assets/stylesheets/ksk/application.css.sass
|
@@ -84,9 +160,9 @@ files:
|
|
84
160
|
- config/locales/de.yml
|
85
161
|
- config/locales/en.yml
|
86
162
|
- config/routes.rb
|
163
|
+
- ksk.gemspec
|
87
164
|
- lib/ksk.rb
|
88
165
|
- lib/paperclip_processors/ksk_crop.rb
|
89
|
-
- lib/rails/generators/ksk/templates/initializer.rb
|
90
166
|
homepage: http://github.com/antpaw/ksk
|
91
167
|
licenses:
|
92
168
|
- MIT
|
@@ -106,7 +182,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
106
182
|
- !ruby/object:Gem::Version
|
107
183
|
version: '0'
|
108
184
|
requirements: []
|
109
|
-
rubyforge_project:
|
185
|
+
rubyforge_project:
|
110
186
|
rubygems_version: 2.2.2
|
111
187
|
signing_key:
|
112
188
|
specification_version: 4
|