pakyow 0.11.0 → 0.11.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +26 -45
- data/lib/pakyow/version.rb +1 -1
- metadata +18 -18
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 723b4f7b4a766b1d043662e8afface607c82760e
|
4
|
+
data.tar.gz: 54c702b7ec26aa5f87a1d518e9e4cfe19498b260
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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
|
-
|
15
|
-
|
16
|
-
|
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
|
-
|
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
|
-
**
|
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
|
-
|
24
|
-
|
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
|
-
|
74
|
-
|
75
|
-
- [
|
76
|
-
- [
|
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
|
-
|
59
|
+
We'd love to have you involved. Here are a few places to start:
|
80
60
|
|
81
|
-
- [
|
82
|
-
- [
|
83
|
-
- [
|
84
|
-
- [
|
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).
|
data/lib/pakyow/version.rb
CHANGED
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.
|
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-
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
125
|
+
version: 0.11.1
|
126
126
|
- !ruby/object:Gem::Dependency
|
127
127
|
name: bundler
|
128
128
|
requirement: !ruby/object:Gem::Requirement
|