pakyow 0.11.0 → 0.11.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +26 -45
  3. data/lib/pakyow/version.rb +1 -1
  4. metadata +18 -18
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 199c2331bc67c6b913a5408523fc60019770d551
4
- data.tar.gz: b6e2c05f9d55ca795ffb44cf9ed0f7a21c22837a
3
+ metadata.gz: 723b4f7b4a766b1d043662e8afface607c82760e
4
+ data.tar.gz: 54c702b7ec26aa5f87a1d518e9e4cfe19498b260
5
5
  SHA512:
6
- metadata.gz: 1f0bfd078e041e64094ecbba209afdf4b761d760afcabe795b0b83363f112edc20ac1af5167ce63ad5bae5ab429f0dc683747d7db843a6e09fc7c4b0b60e2c46
7
- data.tar.gz: 8191df207e1ec7e2211dbe8252c714c7b62b7a078b6cefa88c85ed493686030b1720c9d47b9f30f220faa98443afbe8fb2b88638c987f1796b0502a1b3266926
6
+ metadata.gz: 564f99103880fc8c96fab68d5f17eef70b4c429dac08df91d5a287593c807ba32e8481fa65f6de2d97469aaed8316613240e3ab5f2a627e33dac6e44d94d41bd
7
+ data.tar.gz: 34a649a3554a982d77560134f47b95f5085e69121f49ab973833fe46327a8ed8948006d51aa5000848259abc1adc448ec464d273200468241d42e437b35aad4c
data/README.md CHANGED
@@ -4,44 +4,25 @@
4
4
  [inchpages]: http://inch-ci.org/github/pakyow/pakyow
5
5
  [codeclimate]: https://codeclimate.com/github/pakyow/pakyow
6
6
 
7
- # Pakyow Framework [![Gitter chat](https://badges.gitter.im/pakyow/chat.svg)](https://gitter.im/pakyow/chat)
7
+ # Pakyow Web Framework [![Gitter chat](https://badges.gitter.im/pakyow/chat.svg)](https://gitter.im/pakyow/chat)
8
8
 
9
- Pakyow is a framework for building modern websites and web apps. Views update in
10
- realtime to stay in sync with backend state. This is done using a traditional,
11
- backend-driven architecture, which means business logic is written once and
12
- stays on the server (write no JavaScript).
9
+ Pakyow lets you build modern apps that don't break the web.
13
10
 
14
- Pakyow is also designed with progressive enhancement in mind. Because views are
15
- rendered on the server, they remain accessible to users who happen to be using
16
- unsupported browsers. The realtime layer is simply disabled, while all content
17
- continues to remain accessible.
11
+ It provides features such as auto-updating views while embracing traditional
12
+ concepts like progressive enhancement. Designed to be as simple as possible, it
13
+ helps you quickly create momentum and maintain it throughout a project.
18
14
 
19
- There are three core concepts you should be familiar with:
15
+ **Embraces the new web (without breaking it).**
16
+ Views automatically stay in sync with the server, with no extra code. Pakyow
17
+ brings progressive enhancement to the modern web.
20
18
 
21
- **View-First Development**
19
+ **Removes friction from development.**
20
+ Quickly build a prototype with only HTML and CSS. Later on, build right on top
21
+ of the prototype without throwing out previous work.
22
22
 
23
- View-First Development is a process that enables the presentation layer of a
24
- website or web app to be built completely separate from the backend code. Read
25
- more:
26
-
27
- - http://pakyow.org/docs/presentation
28
-
29
- **Simple State Propagation**
30
-
31
- Simple State Propagation is the mechanism through which Pakyow propagates
32
- changes in state from one client to another. It prioritizes user trust and makes
33
- it easier to reason about your program. Read more:
34
-
35
- - http://pakyow.org/docs/concepts/simple-state-propagation
36
-
37
- **View Transformation Protocol**
38
-
39
- The View Transformation Protocol is a way to represent view rendering as a set
40
- of instructions that can later be applied to the view template. Pakyow
41
- implements this protocol on the backend for initial rendering and in
42
- [Ring](https://github.com/pakyow/ring) for client-side rendering. Read more:
43
-
44
- - http://pakyow.org/docs/concepts/view-transformation-protocol
23
+ **Accessible to everyone.**
24
+ Pakyow makes it a little bit easier to get started. We believe that a simpler
25
+ web empowers more contribution, leading towards a more democratic web.
45
26
 
46
27
  ---
47
28
 
@@ -70,20 +51,20 @@ implements this protocol on the backend for initial rendering and in
70
51
 
71
52
  # Next Steps
72
53
 
73
- The following resources might be handy:
74
-
75
- - [Website](http://pakyow.org)
76
- - [Docs](http://pakyow.org/docs)
77
- - [Code](http://github.com/pakyow/pakyow)
54
+ - Read the [overview](https://pakyow.org/docs/overview) to better understand the goals and architecture of Pakyow.
55
+ - Go through the [warmup](https://pakyow.org/docs/warmup) to build & deploy your first project.
56
+ - Browse the [docs](https://pakyow.org/docs) to learn more about presentation, routing, realtime channels, and more.
57
+ - Check out the [code](https://github.com/pakyow/pakyow) on GitHub.
78
58
 
79
- Want to keep up with the latest development? Follow along:
59
+ We'd love to have you involved. Here are a few places to start:
80
60
 
81
- - [Blog](http://pakyow.org/blog)
82
- - [Forums](http://forums.pakyow.org)
83
- - [Gitter](https://gitter.im/pakyow/chat)
84
- - [Twitter](http://twitter.com/pakyow)
61
+ - [Give us a star](https://github.com/pakyow/pakyow)
62
+ - [Participate in chat](https://gitter.im/pakyow/chat)
63
+ - [Join the forums](http://forums.pakyow.org/)
64
+ - [Work on a starter issue](https://github.com/pakyow/pakyow/labels/Starter)
65
+ - [Report problems](https://github.com/pakyow/pakyow/issues)
66
+ - [Tell your friends](https://twitter.com/share?text=Pakyow,%20build%20modern%20apps%20that%20don%27t%20break%20the%20web&hashtags=pakyow&url=https://pakyow.org)
85
67
 
86
68
  # License
87
69
 
88
- Pakyow is released free and open-source under the [MIT
89
- License](http://opensource.org/licenses/MIT).
70
+ Pakyow is released free and open-source under the [MIT License](http://opensource.org/licenses/MIT).
@@ -1,3 +1,3 @@
1
1
  module Pakyow
2
- VERSION = '0.11.0'
2
+ VERSION = '0.11.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pakyow
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.11.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bryan Powell
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-04-21 00:00:00.000000000 Z
12
+ date: 2016-05-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: pakyow-support
@@ -17,112 +17,112 @@ dependencies:
17
17
  requirements:
18
18
  - - '='
19
19
  - !ruby/object:Gem::Version
20
- version: 0.11.0
20
+ version: 0.11.1
21
21
  type: :runtime
22
22
  prerelease: false
23
23
  version_requirements: !ruby/object:Gem::Requirement
24
24
  requirements:
25
25
  - - '='
26
26
  - !ruby/object:Gem::Version
27
- version: 0.11.0
27
+ version: 0.11.1
28
28
  - !ruby/object:Gem::Dependency
29
29
  name: pakyow-core
30
30
  requirement: !ruby/object:Gem::Requirement
31
31
  requirements:
32
32
  - - '='
33
33
  - !ruby/object:Gem::Version
34
- version: 0.11.0
34
+ version: 0.11.1
35
35
  type: :runtime
36
36
  prerelease: false
37
37
  version_requirements: !ruby/object:Gem::Requirement
38
38
  requirements:
39
39
  - - '='
40
40
  - !ruby/object:Gem::Version
41
- version: 0.11.0
41
+ version: 0.11.1
42
42
  - !ruby/object:Gem::Dependency
43
43
  name: pakyow-presenter
44
44
  requirement: !ruby/object:Gem::Requirement
45
45
  requirements:
46
46
  - - '='
47
47
  - !ruby/object:Gem::Version
48
- version: 0.11.0
48
+ version: 0.11.1
49
49
  type: :runtime
50
50
  prerelease: false
51
51
  version_requirements: !ruby/object:Gem::Requirement
52
52
  requirements:
53
53
  - - '='
54
54
  - !ruby/object:Gem::Version
55
- version: 0.11.0
55
+ version: 0.11.1
56
56
  - !ruby/object:Gem::Dependency
57
57
  name: pakyow-mailer
58
58
  requirement: !ruby/object:Gem::Requirement
59
59
  requirements:
60
60
  - - '='
61
61
  - !ruby/object:Gem::Version
62
- version: 0.11.0
62
+ version: 0.11.1
63
63
  type: :runtime
64
64
  prerelease: false
65
65
  version_requirements: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - '='
68
68
  - !ruby/object:Gem::Version
69
- version: 0.11.0
69
+ version: 0.11.1
70
70
  - !ruby/object:Gem::Dependency
71
71
  name: pakyow-realtime
72
72
  requirement: !ruby/object:Gem::Requirement
73
73
  requirements:
74
74
  - - '='
75
75
  - !ruby/object:Gem::Version
76
- version: 0.11.0
76
+ version: 0.11.1
77
77
  type: :runtime
78
78
  prerelease: false
79
79
  version_requirements: !ruby/object:Gem::Requirement
80
80
  requirements:
81
81
  - - '='
82
82
  - !ruby/object:Gem::Version
83
- version: 0.11.0
83
+ version: 0.11.1
84
84
  - !ruby/object:Gem::Dependency
85
85
  name: pakyow-ui
86
86
  requirement: !ruby/object:Gem::Requirement
87
87
  requirements:
88
88
  - - '='
89
89
  - !ruby/object:Gem::Version
90
- version: 0.11.0
90
+ version: 0.11.1
91
91
  type: :runtime
92
92
  prerelease: false
93
93
  version_requirements: !ruby/object:Gem::Requirement
94
94
  requirements:
95
95
  - - '='
96
96
  - !ruby/object:Gem::Version
97
- version: 0.11.0
97
+ version: 0.11.1
98
98
  - !ruby/object:Gem::Dependency
99
99
  name: pakyow-rake
100
100
  requirement: !ruby/object:Gem::Requirement
101
101
  requirements:
102
102
  - - '='
103
103
  - !ruby/object:Gem::Version
104
- version: 0.11.0
104
+ version: 0.11.1
105
105
  type: :runtime
106
106
  prerelease: false
107
107
  version_requirements: !ruby/object:Gem::Requirement
108
108
  requirements:
109
109
  - - '='
110
110
  - !ruby/object:Gem::Version
111
- version: 0.11.0
111
+ version: 0.11.1
112
112
  - !ruby/object:Gem::Dependency
113
113
  name: pakyow-test
114
114
  requirement: !ruby/object:Gem::Requirement
115
115
  requirements:
116
116
  - - '='
117
117
  - !ruby/object:Gem::Version
118
- version: 0.11.0
118
+ version: 0.11.1
119
119
  type: :runtime
120
120
  prerelease: false
121
121
  version_requirements: !ruby/object:Gem::Requirement
122
122
  requirements:
123
123
  - - '='
124
124
  - !ruby/object:Gem::Version
125
- version: 0.11.0
125
+ version: 0.11.1
126
126
  - !ruby/object:Gem::Dependency
127
127
  name: bundler
128
128
  requirement: !ruby/object:Gem::Requirement