decko 0.3.9 → 0.3.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.rdoc +18 -4
  3. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e000e0ea5e8ebad15f4af0a2dfdc633c8e48c1c8
4
- data.tar.gz: f4baed5232a37953b606f7ccc68afcc8cf943c29
3
+ metadata.gz: 3d82a676e5b7c907dbd4b5b2447daa118f64a9e4
4
+ data.tar.gz: c2eff1c8b5ba5304a45fb28219e4a5a6188371dc
5
5
  SHA512:
6
- metadata.gz: 97ab941e316f48c7a6cf579f8a6cafea27da9103455ded46835fd4e42f47aab740f85ca527c78edf7d3a052bd9ead4d4d26657a2d3cd04fb73794a9a3c103bbd
7
- data.tar.gz: cf15004045e6dab3784355f94af6bd615d2e34f3f9b93d5227bb441cf495fc76e8b145a276d652136dfe781cec387438fc06a0679fedb95c3b3365a73bbb21d9
6
+ metadata.gz: ad0fca5f121bfda15cc3e529f01f3f08ba5b5e38bc15f4bee496242b94b1ab61ffe99f00f0658863df733ca7291a0a9b3ec373744188ffb2d0b0cc54b8e7e8e6
7
+ data.tar.gz: 275292bdfa890c452463ca8e47be3cb7bdeec71b5c22a8dbf776f512f6b2487db7436ae0cbd2e2c4ef74e9b27db54e701eb2ea57ceb531fed3cbe231346979d0
data/README.rdoc CHANGED
@@ -6,13 +6,13 @@
6
6
 
7
7
  ==Basics
8
8
 
9
- Decko (formerly known as "Wagn") is serious web development made fun.
9
+ Decko (formerly known as "Wagn") makes serious web development fun.
10
10
 
11
11
  "Deckers" have used Decko to create open community sites, private knowledge management sites, public proposal submission sites with private back-ends for review, project management systems, wikis, blogs, journals, forums, and more.
12
12
 
13
13
  Install Decko, open a webpage, and get started. With Decko's wiki-inspired building blocks, you can collaborate from day one on content, design, and structure create elegant web systems on the fly. And ruby developers can take these creations even further with Decko's development framework. Decko's innovative Mods API supports boundless creativity while integrating seamlessly with structures created on the site.
14
14
 
15
- Try it out with automated setup at Cloudstore[https://cldstr.com/wagn.org/wagn] (free hosting for one trial month) or set it up yourself following the instructions below.
15
+ Try it out!
16
16
 
17
17
 
18
18
  ==System Requirements
@@ -62,7 +62,7 @@ WEBrick is great for a quick test run. To run a production website, see http://
62
62
 
63
63
  ==Upgrading
64
64
 
65
- ===Standard Upgrades
65
+ ===Standard Upgrade
66
66
 
67
67
  ====1. Backups
68
68
  Always back up your database and uploaded files.
@@ -81,7 +81,21 @@ Run the following:
81
81
 
82
82
  ====4. Restart your server.
83
83
 
84
- ===Upgrading pre-gem Wagn sites
84
+ ===Upgrade to Decko from Wagn
85
+
86
+ ====1. update references to "wagn" in file content
87
+ In your decko's root directory, edit Gemfile, config/application.rb, and config/routes.rb, and script/wagn,
88
+ replacing "wagn" with "decko". (Keep the same capitalization pattern.)
89
+
90
+ ====2. update references to "wagn" in file names.
91
+ From your decko root directory run:
92
+
93
+ mv script/wagn script/decko
94
+
95
+ ====3. continue as with Standard Upgrade
96
+ See above.
97
+
98
+ ===Upgrade pre-gem Wagn site
85
99
 
86
100
  First check the Wagn/Decko version of your existing site.
87
101
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: decko
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.9
4
+ version: 0.3.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ethan McCutchen
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2018-02-14 00:00:00.000000000 Z
14
+ date: 2018-02-19 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: rails
@@ -33,14 +33,14 @@ dependencies:
33
33
  requirements:
34
34
  - - '='
35
35
  - !ruby/object:Gem::Version
36
- version: 1.93.9
36
+ version: 1.93.10
37
37
  type: :runtime
38
38
  prerelease: false
39
39
  version_requirements: !ruby/object:Gem::Requirement
40
40
  requirements:
41
41
  - - '='
42
42
  - !ruby/object:Gem::Version
43
- version: 1.93.9
43
+ version: 1.93.10
44
44
  description: a wiki approach to stuctured data, dynamic interaction, and web design
45
45
  email:
46
46
  - info@decko.org