decko 0.9.3 → 0.11.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/lib/decko.rb +0 -15
- data/lib/decko/application.rb +1 -6
- data/lib/decko/commands/application.rb +2 -2
- data/lib/decko/commands/cucumber_command.rb +4 -7
- data/lib/decko/commands/rspec_command.rb +4 -6
- data/lib/decko/commands/rspec_command/parser.rb +48 -36
- data/lib/decko/config/environments/cypress.rb +0 -2
- data/lib/decko/config/environments/development.rb +9 -20
- data/lib/decko/config/environments/production.rb +3 -0
- data/lib/decko/config/environments/test.rb +1 -8
- data/lib/decko/engine.rb +0 -1
- data/lib/decko/generators/{decko → deck}/USAGE +0 -0
- data/lib/decko/generators/deck/deck_generator.rb +132 -0
- data/lib/decko/generators/deck/deck_generator/deck_helper.rb +110 -0
- data/lib/decko/generators/deck/deck_generator/interactive.rb +120 -0
- data/lib/decko/generators/deck/deck_generator/rails_overrides.rb +54 -0
- data/lib/decko/generators/deck/templates/Gemfile.erb +56 -0
- data/lib/decko/generators/{decko/templates/Rakefile → deck/templates/Rakefile.erb} +0 -0
- data/lib/decko/generators/{decko/templates/bin/spring → deck/templates/bin/spring.erb} +3 -1
- data/lib/decko/generators/{decko/templates/config.ru → deck/templates/config.ru.erb} +0 -0
- data/lib/decko/generators/{decko/templates/config/application.rb → deck/templates/config/application.rb.erb} +38 -17
- data/lib/decko/generators/{decko/templates/config/boot.rb → deck/templates/config/boot.rb.erb} +1 -5
- data/lib/decko/generators/deck/templates/config/cucumber.yml +1 -0
- data/lib/decko/generators/{decko → deck}/templates/config/databases/frontbase.yml +0 -0
- data/lib/decko/generators/{decko → deck}/templates/config/databases/ibm_db.yml +0 -0
- data/lib/decko/generators/{decko → deck}/templates/config/databases/jdbc.yml +0 -0
- data/lib/decko/generators/{decko → deck}/templates/config/databases/jdbcmysql.yml +0 -0
- data/lib/decko/generators/{decko → deck}/templates/config/databases/jdbcpostgresql.yml +0 -0
- data/lib/decko/generators/{decko → deck}/templates/config/databases/jdbcsqlite3.yml +0 -0
- data/lib/decko/generators/{decko → deck}/templates/config/databases/mysql.yml +0 -0
- data/lib/decko/generators/{decko → deck}/templates/config/databases/oracle.yml +0 -0
- data/lib/decko/generators/{decko → deck}/templates/config/databases/postgresql.yml +0 -0
- data/lib/decko/generators/{decko → deck}/templates/config/databases/sqlite3.yml +0 -0
- data/lib/decko/generators/{decko → deck}/templates/config/deck.yml +0 -0
- data/lib/decko/generators/{decko/templates/config/environment.rb → deck/templates/config/environment.rb.erb} +2 -2
- data/lib/decko/generators/{decko/templates/config/initializers/cypress_on_rails.rb → deck/templates/config/initializers/cypress.rb} +2 -0
- data/lib/decko/generators/{decko → deck}/templates/config/puma.rb +5 -5
- data/lib/decko/generators/{decko/templates/config/routes.erb → deck/templates/config/routes.rb.erb} +1 -1
- data/lib/decko/generators/{decko → deck}/templates/gitignore +0 -0
- data/lib/decko/generators/deck/templates/pryrc +6 -0
- data/lib/decko/generators/{decko → deck}/templates/public/files/htaccess +0 -0
- data/lib/decko/generators/{decko → deck}/templates/public/robots.txt +2 -1
- data/lib/decko/generators/deck/templates/rspec.erb +6 -0
- data/lib/decko/generators/{decko → deck}/templates/script/decko +2 -1
- data/lib/decko/generators/deck/templates/script/decko_cucumber +8 -0
- data/lib/decko/generators/deck/templates/script/decko_rspec +8 -0
- data/lib/decko/generators/{decko/templates/bin → deck/templates/script}/delayed_job +1 -1
- data/lib/decko/generators/deck/templates/simplecov.rb.erb +34 -0
- data/lib/decko/generators/{decko/templates/spec/javascripts/support/deck_jasmine.yml → deck/templates/spec/javascripts/support/deck_jasmine.yml.erb} +1 -1
- data/lib/decko/generators/{decko/templates/spec/javascripts/support/decko_jasmine.yml → deck/templates/spec/javascripts/support/decko_jasmine.yml.erb} +3 -3
- data/lib/decko/generators/{decko → deck}/templates/spec/spec_helper.rb +0 -0
- data/lib/decko/mods_spec_helper.rb +5 -4
- data/lib/decko/response.rb +7 -2
- data/lib/decko/tasks/decko.rake +1 -30
- data/lib/decko/tasks/decko/docs.rake +26 -0
- data/lib/decko/tasks/decko/tmpsets.rake +25 -0
- metadata +65 -80
- data/GPL +0 -331
- data/LICENSE +0 -16
- data/README.rdoc +0 -151
- data/app/assets/images/body-bg.bmp +0 -0
- data/app/assets/images/body-bg.png +0 -0
- data/app/assets/images/external_link.png +0 -0
- data/app/assets/images/smoothness/animated-overlay.gif +0 -0
- data/app/assets/images/smoothness/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/app/assets/images/smoothness/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/app/assets/images/smoothness/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
- data/app/assets/images/smoothness/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/app/assets/images/smoothness/ui-bg_glass_75_dadada_1x400.png +0 -0
- data/app/assets/images/smoothness/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- data/app/assets/images/smoothness/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/app/assets/images/smoothness/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
- data/app/assets/images/smoothness/ui-icons_222222_256x240.png +0 -0
- data/app/assets/images/smoothness/ui-icons_2e83ff_256x240.png +0 -0
- data/app/assets/images/smoothness/ui-icons_454545_256x240.png +0 -0
- data/app/assets/images/smoothness/ui-icons_888888_256x240.png +0 -0
- data/app/assets/images/smoothness/ui-icons_cd0a0a_256x240.png +0 -0
- data/lib/decko/generators/decko/decko_generator.rb +0 -263
- data/lib/decko/generators/decko/decko_generator/interactive.rb +0 -114
- data/lib/decko/generators/decko/templates/Gemfile +0 -126
- data/lib/decko/generators/decko/templates/config/cucumber.yml +0 -1
- data/lib/decko/generators/decko/templates/config/initializers/cypress_dev.rb +0 -10
- data/lib/decko/generators/decko/templates/rspec +0 -5
- data/lib/decko/generators/decko/templates/simplecov +0 -5
- data/rails/application-routes.rb +0 -3
- data/rails/assets/external_link.png +0 -0
- data/rails/assets/jasmine/404.html +0 -27
- data/rails/assets/jasmine/500.html +0 -28
- data/rails/assets/jasmine/card_form.html +0 -13
- data/rails/assets/jquery.min.map +0 -1
- data/rails/controllers/application_controller.rb +0 -2
- data/rails/controllers/card_controller.rb +0 -152
- data/rails/engine-routes.rb +0 -53
- data/script/autospec +0 -4
- data/script/decko +0 -6
- data/script/rails +0 -6
- data/script/test_filter +0 -25
data/lib/decko/generators/{decko/templates/config/boot.rb → deck/templates/config/boot.rb.erb}
RENAMED
|
@@ -3,11 +3,7 @@
|
|
|
3
3
|
require 'rubygems'
|
|
4
4
|
|
|
5
5
|
# defaults to development mode without the following
|
|
6
|
-
|
|
7
|
-
# ENV['RAILS_ENV'] ||= 'production'
|
|
8
|
-
<% else -%>
|
|
9
|
-
ENV['RAILS_ENV'] ||= 'production'
|
|
10
|
-
<% end -%>
|
|
6
|
+
<%= "# " unless shark? %>ENV['RAILS_ENV'] ||= 'production'
|
|
11
7
|
|
|
12
8
|
# Set up gems listed in the Gemfile.
|
|
13
9
|
ENV['BUNDLE_GEMFILE'] ||= File.expand_path("Gemfile")
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
default: '<%= features_path %>'
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
workers Integer(ENV[
|
|
2
|
-
min_threads_count = Integer(ENV[
|
|
3
|
-
max_threads_count = Integer(ENV[
|
|
1
|
+
workers Integer(ENV["WEB_CONCURRENCY"] || 1)
|
|
2
|
+
min_threads_count = Integer(ENV["RAILS_MIN_THREADS"] || 1)
|
|
3
|
+
max_threads_count = Integer(ENV["RAILS_MAX_THREADS"] || 1)
|
|
4
4
|
threads min_threads_count, max_threads_count
|
|
5
5
|
|
|
6
6
|
preload_app!
|
|
7
7
|
|
|
8
8
|
rackup DefaultRackup
|
|
9
|
-
port ENV[
|
|
10
|
-
environment ENV[
|
|
9
|
+
port ENV["PORT"] || 3000
|
|
10
|
+
environment ENV["RACK_ENV"] || "development"
|
|
11
11
|
|
|
12
12
|
on_worker_boot do
|
|
13
13
|
# Worker specific setup for Rails 4.1+
|
data/lib/decko/generators/{decko/templates/config/routes.erb → deck/templates/config/routes.rb.erb}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# -*- encoding : utf-8 -*-
|
|
2
2
|
|
|
3
3
|
Decko.application.routes.draw do
|
|
4
|
-
<% if
|
|
4
|
+
<% if !shark? %>
|
|
5
5
|
if !Rails.env.production? && Object.const_defined?( :JasmineRails )
|
|
6
6
|
engine = Object.const_get(:JasmineRails).const_get :Engine
|
|
7
7
|
mount engine => "#{rel_root}/specs"
|
|
File without changes
|
|
File without changes
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
# See http://www.robotstxt.org/wc/norobots.html
|
|
1
|
+
# See http://www.robotstxt.org/wc/norobots.html
|
|
2
|
+
# for documentation on how to use the robots.txt file
|
|
2
3
|
#
|
|
3
4
|
# To ban all spiders from the entire site uncomment the next two lines:
|
|
4
5
|
# User-Agent: *
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
|
+
# This command will be run when you use `decko` from within your deck.
|
|
2
3
|
|
|
3
4
|
APP_PATH = File.expand_path('../../config/application', __FILE__)
|
|
4
5
|
require File.expand_path('../../config/boot', __FILE__)
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
|
|
2
|
+
if ENV["<%= 'REPO_' if platypus? %>TMPSETS"] && ENV["COVERAGE"] != "false"
|
|
3
|
+
SimpleCov.start do
|
|
4
|
+
def add_mod_group modname
|
|
5
|
+
mod_dir = /(card-mod-)?#{Regexp.escape modname}/
|
|
6
|
+
add_group "Mod: #{modname}", %r{(^|card-mod-|mod/|/tmp.*/.*/mod\d{3}-)#{mod_dir}}
|
|
7
|
+
end
|
|
8
|
+
<% if platypus? %>
|
|
9
|
+
root "<%= expanded_repo_path %>"
|
|
10
|
+
|
|
11
|
+
add_filter "/generators/"
|
|
12
|
+
add_filter "_spec_helper"
|
|
13
|
+
add_filter "test_seed"
|
|
14
|
+
|
|
15
|
+
add_group "Card", "card/"
|
|
16
|
+
add_group "Cardname", "cardname"
|
|
17
|
+
add_group "Decko", "decko"
|
|
18
|
+
|
|
19
|
+
Dir["#{root}/{card/mod/*,card-mod-*}"].each do |path|
|
|
20
|
+
match = path.match %r{/card[-/]mod[-/](?<modname>.*)$}
|
|
21
|
+
add_mod_group match[:modname]
|
|
22
|
+
end
|
|
23
|
+
<% else %>
|
|
24
|
+
Dir["mod/*"].each do |path|
|
|
25
|
+
modname = path.gsub "mod/", ""
|
|
26
|
+
add_mod_group modname
|
|
27
|
+
end
|
|
28
|
+
<% end %>
|
|
29
|
+
add_filter "/spec/"
|
|
30
|
+
add_filter "/features/"
|
|
31
|
+
add_filter "/config/"
|
|
32
|
+
add_filter "/tasks/"
|
|
33
|
+
end
|
|
34
|
+
end
|
|
@@ -28,7 +28,7 @@ css_files:
|
|
|
28
28
|
# - "**/*.{css,scss}"
|
|
29
29
|
# THIS IS IMPORTANT!!
|
|
30
30
|
include_dir: "mod"
|
|
31
|
-
|
|
31
|
+
#- <%= cardio_gem_root%>/card-mod-script/lib/javascript
|
|
32
32
|
# path to parent directory of spec_files
|
|
33
33
|
# relative path from Rails.root
|
|
34
34
|
#
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# relative path from Rails.root
|
|
3
3
|
# defaults to app/assets/javascripts
|
|
4
4
|
# useless for decko file structure
|
|
5
|
-
src_dir: <%=
|
|
5
|
+
src_dir: <%= cardio_gem_root %>/card-mod-script/lib/javascript
|
|
6
6
|
#"app/assets/javascripts"
|
|
7
7
|
|
|
8
8
|
# path to additional directory of source file that are not part of assets pipeline and need to be included
|
|
@@ -15,7 +15,7 @@ src_dir: <%= @cardio_gem_root %>/mod/machines/lib/javascript
|
|
|
15
15
|
# relative path from Rails.root
|
|
16
16
|
# defaults to app/assets/stylesheets
|
|
17
17
|
# useless for decko file structure
|
|
18
|
-
css_dir: <%=
|
|
18
|
+
css_dir: <%= cardio_gem_root %>/card-mod-style/lib/stylesheets
|
|
19
19
|
|
|
20
20
|
# list of file expressions to include as source files
|
|
21
21
|
# relative path from src_dir
|
|
@@ -46,7 +46,7 @@ css_files:
|
|
|
46
46
|
# - "**/*.{css,scss}"
|
|
47
47
|
# THIS IS IMPORTANT!!!
|
|
48
48
|
include_dir:
|
|
49
|
-
- <%=
|
|
49
|
+
- <%= cardio_gem_root %>/card-mod-script/lib/javascript
|
|
50
50
|
# path to parent directory of spec_files
|
|
51
51
|
# relative path from Rails.root
|
|
52
52
|
#
|
|
File without changes
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
# -*- encoding : utf-8 -*-
|
|
2
|
-
# require 'codeclimate-test-reporter'
|
|
3
|
-
# CodeClimate::TestReporter.start
|
|
4
2
|
|
|
5
|
-
require "
|
|
6
|
-
require File.join
|
|
3
|
+
require "cardio" # only for card_gem_root
|
|
4
|
+
require File.join Cardio.gem_root, "spec/support/card_spec_loader.rb"
|
|
5
|
+
require "simplecov"
|
|
7
6
|
|
|
8
7
|
CardSpecLoader.init
|
|
9
8
|
|
|
@@ -21,3 +20,5 @@ CardSpecLoader.each_run do
|
|
|
21
20
|
end
|
|
22
21
|
|
|
23
22
|
CardSpecLoader.helper
|
|
23
|
+
|
|
24
|
+
Decko::ModsSpecHelper = :needs_a_value_so_spring_loader_is_happy
|
data/lib/decko/response.rb
CHANGED
|
@@ -1,7 +1,12 @@
|
|
|
1
1
|
module Decko
|
|
2
2
|
# methods for managing decko responses
|
|
3
3
|
module Response
|
|
4
|
+
def response_format
|
|
5
|
+
@response_format ||= format_name_from_params
|
|
6
|
+
end
|
|
7
|
+
|
|
4
8
|
private
|
|
9
|
+
|
|
5
10
|
def respond format, result, status
|
|
6
11
|
if status.in? [302, 303]
|
|
7
12
|
hard_redirect result
|
|
@@ -94,7 +99,7 @@ module Decko
|
|
|
94
99
|
|
|
95
100
|
def load_format
|
|
96
101
|
request.format = :html if implicit_html?
|
|
97
|
-
card.format
|
|
102
|
+
card.format response_format
|
|
98
103
|
end
|
|
99
104
|
|
|
100
105
|
def implicit_html?
|
|
@@ -139,7 +144,7 @@ module Decko
|
|
|
139
144
|
end
|
|
140
145
|
|
|
141
146
|
def home_mark
|
|
142
|
-
Card.global_setting(:home) || "Home"
|
|
147
|
+
Card::Rule.global_setting(:home) || "Home"
|
|
143
148
|
end
|
|
144
149
|
|
|
145
150
|
def view_does_not_require_name?
|
data/lib/decko/tasks/decko.rake
CHANGED
|
@@ -101,7 +101,7 @@ decko_namespace = namespace :decko do
|
|
|
101
101
|
desc "set symlink for assets"
|
|
102
102
|
task update_assets_symlink: :environment do
|
|
103
103
|
prepped_asset_path do |assets_path|
|
|
104
|
-
|
|
104
|
+
Cardio::Mod.dirs.each_assets_path do |mod, target|
|
|
105
105
|
link = File.join assets_path, mod
|
|
106
106
|
FileUtils.rm_rf link
|
|
107
107
|
FileUtils.ln_s target, link, force: true
|
|
@@ -148,35 +148,6 @@ decko_namespace = namespace :decko do
|
|
|
148
148
|
load_task << "_without_reset" unless with_cache_reset
|
|
149
149
|
Rake::Task[load_task].invoke
|
|
150
150
|
end
|
|
151
|
-
|
|
152
|
-
namespace :emergency do
|
|
153
|
-
task rescue_watchers: :environment do
|
|
154
|
-
follower_hash = Hash.new { |h, v| h[v] = [] }
|
|
155
|
-
|
|
156
|
-
Card.where("right_id" => 219).each do |watcher_list|
|
|
157
|
-
watcher_list.include_set_modules
|
|
158
|
-
next unless watcher_list.left
|
|
159
|
-
watching = watcher_list.left.name
|
|
160
|
-
watcher_list.item_names.each do |user|
|
|
161
|
-
follower_hash[user] << watching
|
|
162
|
-
end
|
|
163
|
-
end
|
|
164
|
-
|
|
165
|
-
Card.search(right: { codename: "following" }).each do |following|
|
|
166
|
-
Card::Auth.as_bot do
|
|
167
|
-
following.update! content: ""
|
|
168
|
-
end
|
|
169
|
-
end
|
|
170
|
-
|
|
171
|
-
follower_hash.each do |user, items|
|
|
172
|
-
next unless (card = Card.fetch(user)) && card.account
|
|
173
|
-
Card::Auth.as(user) do
|
|
174
|
-
following = card.fetch "following", new: {}
|
|
175
|
-
following.items = items
|
|
176
|
-
end
|
|
177
|
-
end
|
|
178
|
-
end
|
|
179
|
-
end
|
|
180
151
|
end
|
|
181
152
|
|
|
182
153
|
def failing_loudly task
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# rake decko:docs:...
|
|
2
|
+
|
|
3
|
+
# NOTE: for the moment these are Platypus tasks.
|
|
4
|
+
# Until they're more monkey friendly, let's not write descriptions
|
|
5
|
+
#
|
|
6
|
+
# Make sure: you're:
|
|
7
|
+
# (A) running in a development environment, and
|
|
8
|
+
# (B) pointing to a repo gem
|
|
9
|
+
namespace :decko do
|
|
10
|
+
namespace :docs do
|
|
11
|
+
# trigger tmpsets and then run yardoc
|
|
12
|
+
task :update do
|
|
13
|
+
Rake::Task["decko:tmpsets:trigger"].invoke
|
|
14
|
+
Rake::Task["decko:docs:yardoc"].invoke
|
|
15
|
+
end
|
|
16
|
+
|
|
17
|
+
# run yardoc command, which generates the docs content in the repo root
|
|
18
|
+
#
|
|
19
|
+
# If you run this while decko is a gem, you could get some funky docs in
|
|
20
|
+
# your gems directory...
|
|
21
|
+
task :yardoc do
|
|
22
|
+
doc_dir = File.expand_path "..", Decko.gem_root
|
|
23
|
+
system %(cd #{doc_dir}; yardoc)
|
|
24
|
+
end
|
|
25
|
+
end
|
|
26
|
+
end
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
namespace :decko do
|
|
2
|
+
namespace :tmpsets do
|
|
3
|
+
# We have to load the environment with `env REPO_TMPSETS=true` in
|
|
4
|
+
# development mode to trigger the tmpset generation.
|
|
5
|
+
# There's probably a more elegant way?
|
|
6
|
+
task :trigger do
|
|
7
|
+
ENV["REPO_TMPSETS"] = "true"
|
|
8
|
+
Rake::Task["decko:tmpsets:dummy"].invoke
|
|
9
|
+
end
|
|
10
|
+
|
|
11
|
+
# just load environment and trigger Card load
|
|
12
|
+
task dummy: :environment do
|
|
13
|
+
Card
|
|
14
|
+
end
|
|
15
|
+
|
|
16
|
+
task :copy do
|
|
17
|
+
require "fileutils"
|
|
18
|
+
require "cardio"
|
|
19
|
+
|
|
20
|
+
target = "#{Cardio.gem_root}/tmpsets"
|
|
21
|
+
FileUtils.rm_r Dir["#{target}/set*"]
|
|
22
|
+
FileUtils.cp_r Dir["#{Cardio.root}/tmpsets/set*"], "#{Cardio.gem_root}/tmpsets"
|
|
23
|
+
end
|
|
24
|
+
end
|
|
25
|
+
end
|
metadata
CHANGED
|
@@ -1,17 +1,16 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: decko
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.11.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ethan McCutchen
|
|
8
8
|
- Philipp Kühl
|
|
9
|
-
- Lewis Hoffman
|
|
10
9
|
- Gerry Gleason
|
|
11
|
-
autorequire:
|
|
10
|
+
autorequire:
|
|
12
11
|
bindir: bin
|
|
13
12
|
cert_chain: []
|
|
14
|
-
date: 2020-
|
|
13
|
+
date: 2020-12-24 00:00:00.000000000 Z
|
|
15
14
|
dependencies:
|
|
16
15
|
- !ruby/object:Gem::Dependency
|
|
17
16
|
name: card
|
|
@@ -19,15 +18,29 @@ dependencies:
|
|
|
19
18
|
requirements:
|
|
20
19
|
- - '='
|
|
21
20
|
- !ruby/object:Gem::Version
|
|
22
|
-
version: 1.
|
|
21
|
+
version: 1.101.0
|
|
23
22
|
type: :runtime
|
|
24
23
|
prerelease: false
|
|
25
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
26
25
|
requirements:
|
|
27
26
|
- - '='
|
|
28
27
|
- !ruby/object:Gem::Version
|
|
29
|
-
version: 1.
|
|
30
|
-
|
|
28
|
+
version: 1.101.0
|
|
29
|
+
- !ruby/object:Gem::Dependency
|
|
30
|
+
name: card-mod-defaults
|
|
31
|
+
requirement: !ruby/object:Gem::Requirement
|
|
32
|
+
requirements:
|
|
33
|
+
- - '='
|
|
34
|
+
- !ruby/object:Gem::Version
|
|
35
|
+
version: 0.11.0
|
|
36
|
+
type: :runtime
|
|
37
|
+
prerelease: false
|
|
38
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
39
|
+
requirements:
|
|
40
|
+
- - '='
|
|
41
|
+
- !ruby/object:Gem::Version
|
|
42
|
+
version: 0.11.0
|
|
43
|
+
description: a wiki approach to structured data, dynamic interaction, and web design
|
|
31
44
|
email:
|
|
32
45
|
- info@decko.org
|
|
33
46
|
executables:
|
|
@@ -35,26 +48,6 @@ executables:
|
|
|
35
48
|
extensions: []
|
|
36
49
|
extra_rdoc_files: []
|
|
37
50
|
files:
|
|
38
|
-
- GPL
|
|
39
|
-
- LICENSE
|
|
40
|
-
- README.rdoc
|
|
41
|
-
- app/assets/images/body-bg.bmp
|
|
42
|
-
- app/assets/images/body-bg.png
|
|
43
|
-
- app/assets/images/external_link.png
|
|
44
|
-
- app/assets/images/smoothness/animated-overlay.gif
|
|
45
|
-
- app/assets/images/smoothness/ui-bg_flat_0_aaaaaa_40x100.png
|
|
46
|
-
- app/assets/images/smoothness/ui-bg_flat_75_ffffff_40x100.png
|
|
47
|
-
- app/assets/images/smoothness/ui-bg_glass_55_fbf9ee_1x400.png
|
|
48
|
-
- app/assets/images/smoothness/ui-bg_glass_65_ffffff_1x400.png
|
|
49
|
-
- app/assets/images/smoothness/ui-bg_glass_75_dadada_1x400.png
|
|
50
|
-
- app/assets/images/smoothness/ui-bg_glass_75_e6e6e6_1x400.png
|
|
51
|
-
- app/assets/images/smoothness/ui-bg_glass_95_fef1ec_1x400.png
|
|
52
|
-
- app/assets/images/smoothness/ui-bg_highlight-soft_75_cccccc_1x100.png
|
|
53
|
-
- app/assets/images/smoothness/ui-icons_222222_256x240.png
|
|
54
|
-
- app/assets/images/smoothness/ui-icons_2e83ff_256x240.png
|
|
55
|
-
- app/assets/images/smoothness/ui-icons_454545_256x240.png
|
|
56
|
-
- app/assets/images/smoothness/ui-icons_888888_256x240.png
|
|
57
|
-
- app/assets/images/smoothness/ui-icons_cd0a0a_256x240.png
|
|
58
51
|
- bin/decko
|
|
59
52
|
- lib/decko.rb
|
|
60
53
|
- lib/decko/all.rb
|
|
@@ -79,42 +72,46 @@ files:
|
|
|
79
72
|
- lib/decko/config/initializers/sedate_parser.rb
|
|
80
73
|
- lib/decko/config/initializers/session_store.rb
|
|
81
74
|
- lib/decko/engine.rb
|
|
82
|
-
- lib/decko/generators/
|
|
83
|
-
- lib/decko/generators/
|
|
84
|
-
- lib/decko/generators/
|
|
85
|
-
- lib/decko/generators/
|
|
86
|
-
- lib/decko/generators/
|
|
87
|
-
- lib/decko/generators/
|
|
88
|
-
- lib/decko/generators/
|
|
89
|
-
- lib/decko/generators/
|
|
90
|
-
- lib/decko/generators/
|
|
91
|
-
- lib/decko/generators/
|
|
92
|
-
- lib/decko/generators/
|
|
93
|
-
- lib/decko/generators/
|
|
94
|
-
- lib/decko/generators/
|
|
95
|
-
- lib/decko/generators/
|
|
96
|
-
- lib/decko/generators/
|
|
97
|
-
- lib/decko/generators/
|
|
98
|
-
- lib/decko/generators/
|
|
99
|
-
- lib/decko/generators/
|
|
100
|
-
- lib/decko/generators/
|
|
101
|
-
- lib/decko/generators/
|
|
102
|
-
- lib/decko/generators/
|
|
103
|
-
- lib/decko/generators/
|
|
104
|
-
- lib/decko/generators/
|
|
105
|
-
- lib/decko/generators/
|
|
106
|
-
- lib/decko/generators/
|
|
107
|
-
- lib/decko/generators/
|
|
108
|
-
- lib/decko/generators/
|
|
109
|
-
- lib/decko/generators/
|
|
110
|
-
- lib/decko/generators/
|
|
111
|
-
- lib/decko/generators/
|
|
112
|
-
- lib/decko/generators/
|
|
113
|
-
- lib/decko/generators/
|
|
114
|
-
- lib/decko/generators/
|
|
115
|
-
- lib/decko/generators/
|
|
116
|
-
- lib/decko/generators/
|
|
117
|
-
- lib/decko/generators/
|
|
75
|
+
- lib/decko/generators/deck/USAGE
|
|
76
|
+
- lib/decko/generators/deck/deck_generator.rb
|
|
77
|
+
- lib/decko/generators/deck/deck_generator/deck_helper.rb
|
|
78
|
+
- lib/decko/generators/deck/deck_generator/interactive.rb
|
|
79
|
+
- lib/decko/generators/deck/deck_generator/rails_overrides.rb
|
|
80
|
+
- lib/decko/generators/deck/templates/Gemfile.erb
|
|
81
|
+
- lib/decko/generators/deck/templates/Rakefile.erb
|
|
82
|
+
- lib/decko/generators/deck/templates/bin/spring.erb
|
|
83
|
+
- lib/decko/generators/deck/templates/config.ru.erb
|
|
84
|
+
- lib/decko/generators/deck/templates/config/application.rb.erb
|
|
85
|
+
- lib/decko/generators/deck/templates/config/boot.rb.erb
|
|
86
|
+
- lib/decko/generators/deck/templates/config/cucumber.yml
|
|
87
|
+
- lib/decko/generators/deck/templates/config/databases/frontbase.yml
|
|
88
|
+
- lib/decko/generators/deck/templates/config/databases/ibm_db.yml
|
|
89
|
+
- lib/decko/generators/deck/templates/config/databases/jdbc.yml
|
|
90
|
+
- lib/decko/generators/deck/templates/config/databases/jdbcmysql.yml
|
|
91
|
+
- lib/decko/generators/deck/templates/config/databases/jdbcpostgresql.yml
|
|
92
|
+
- lib/decko/generators/deck/templates/config/databases/jdbcsqlite3.yml
|
|
93
|
+
- lib/decko/generators/deck/templates/config/databases/mysql.yml
|
|
94
|
+
- lib/decko/generators/deck/templates/config/databases/oracle.yml
|
|
95
|
+
- lib/decko/generators/deck/templates/config/databases/postgresql.yml
|
|
96
|
+
- lib/decko/generators/deck/templates/config/databases/sqlite3.yml
|
|
97
|
+
- lib/decko/generators/deck/templates/config/deck.yml
|
|
98
|
+
- lib/decko/generators/deck/templates/config/environment.rb.erb
|
|
99
|
+
- lib/decko/generators/deck/templates/config/initializers/cypress.rb
|
|
100
|
+
- lib/decko/generators/deck/templates/config/puma.rb
|
|
101
|
+
- lib/decko/generators/deck/templates/config/routes.rb.erb
|
|
102
|
+
- lib/decko/generators/deck/templates/gitignore
|
|
103
|
+
- lib/decko/generators/deck/templates/pryrc
|
|
104
|
+
- lib/decko/generators/deck/templates/public/files/htaccess
|
|
105
|
+
- lib/decko/generators/deck/templates/public/robots.txt
|
|
106
|
+
- lib/decko/generators/deck/templates/rspec.erb
|
|
107
|
+
- lib/decko/generators/deck/templates/script/decko
|
|
108
|
+
- lib/decko/generators/deck/templates/script/decko_cucumber
|
|
109
|
+
- lib/decko/generators/deck/templates/script/decko_rspec
|
|
110
|
+
- lib/decko/generators/deck/templates/script/delayed_job
|
|
111
|
+
- lib/decko/generators/deck/templates/simplecov.rb.erb
|
|
112
|
+
- lib/decko/generators/deck/templates/spec/javascripts/support/deck_jasmine.yml.erb
|
|
113
|
+
- lib/decko/generators/deck/templates/spec/javascripts/support/decko_jasmine.yml.erb
|
|
114
|
+
- lib/decko/generators/deck/templates/spec/spec_helper.rb
|
|
118
115
|
- lib/decko/mods_spec_helper.rb
|
|
119
116
|
- lib/decko/response.rb
|
|
120
117
|
- lib/decko/rest_spec_helper.rb
|
|
@@ -126,26 +123,14 @@ files:
|
|
|
126
123
|
- lib/decko/tasks/cucumber.rake
|
|
127
124
|
- lib/decko/tasks/db.rake
|
|
128
125
|
- lib/decko/tasks/decko.rake
|
|
126
|
+
- lib/decko/tasks/decko/docs.rake
|
|
129
127
|
- lib/decko/tasks/decko/seed.rake
|
|
130
|
-
-
|
|
131
|
-
- rails/assets/external_link.png
|
|
132
|
-
- rails/assets/jasmine/404.html
|
|
133
|
-
- rails/assets/jasmine/500.html
|
|
134
|
-
- rails/assets/jasmine/card_form.html
|
|
135
|
-
- rails/assets/jquery.min.map
|
|
136
|
-
- rails/controllers/application_controller.rb
|
|
137
|
-
- rails/controllers/card_controller.rb
|
|
138
|
-
- rails/engine-routes.rb
|
|
139
|
-
- script/autospec
|
|
140
|
-
- script/decko
|
|
141
|
-
- script/rails
|
|
142
|
-
- script/test_filter
|
|
128
|
+
- lib/decko/tasks/decko/tmpsets.rake
|
|
143
129
|
homepage: http://decko.org
|
|
144
130
|
licenses:
|
|
145
|
-
- GPL-2.0
|
|
146
131
|
- GPL-3.0
|
|
147
132
|
metadata: {}
|
|
148
|
-
post_install_message:
|
|
133
|
+
post_install_message:
|
|
149
134
|
rdoc_options: []
|
|
150
135
|
require_paths:
|
|
151
136
|
- lib
|
|
@@ -160,8 +145,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
160
145
|
- !ruby/object:Gem::Version
|
|
161
146
|
version: '0'
|
|
162
147
|
requirements: []
|
|
163
|
-
rubygems_version: 3.0.
|
|
164
|
-
signing_key:
|
|
148
|
+
rubygems_version: 3.0.3
|
|
149
|
+
signing_key:
|
|
165
150
|
specification_version: 4
|
|
166
151
|
summary: structured wiki web platform
|
|
167
152
|
test_files: []
|