push_type 0.5.1 → 0.5.2
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 -12
- 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: eb91969835d438e2cdba4a3ecc38f1bb2424f3b9
|
4
|
+
data.tar.gz: 577375a5128979acd2e4f08e016c15865f004b49
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4d3a16b4674aa0ca6a5e7c43925eec4de0b1c64f164d80cb8bb032a07135a2266d10c7e7a21f35a120c8f1f2be54d565cebec5f023d1bff305bc51146bee2d8b
|
7
|
+
data.tar.gz: f3da723d1de1120c2d0c00f878bda307d1cbae248486d2e70e9ded19913e1c3cc8a51e365ac44636a3b67157dd317b73f3237ae1165e6069092ceb7236a1d423
|
data/README.md
CHANGED
@@ -1,21 +1,35 @@
|
|
1
1
|
# PushType
|
2
2
|
|
3
|
-
|
4
|
-
[![Code Climate](https://codeclimate.com/github/pushcode/push_type.png)](https://codeclimate.com/github/pushcode/push_type)
|
3
|
+
PushType is a new and modern content management system for Ruby and Rails. It takes advantage of powerful new features available in the latest versions of Rails and PostgreSQL, resulting in a fantastically flexible toolset for developers working on any kind of website.
|
5
4
|
|
6
|
-
|
5
|
+
## Screenshots
|
7
6
|
|
8
|
-
|
7
|
+
* Coming soon, I promise...
|
9
8
|
|
10
|
-
|
11
|
-
* Postgres 9.4
|
12
|
-
* Imagemagick
|
9
|
+
## Documentation and community
|
13
10
|
|
14
|
-
|
11
|
+
* If you fancy kicking the tyres and having a play with PushType, head over to the [PushType documentaion](http://www.pushtype.org/docs/introduction), and make sure you read the simple instructions for [installing the PushType Ruby gem](http://www.pushtype.org/docs/installation).
|
12
|
+
* This is a new product and your help is needed. Bugs need to be discovered, pain points need to be identified, and your feedback and feature suggestions are sought after. [Join the PushType community](https://discuss.pushtype.org) and find out how you can help.
|
15
13
|
|
16
|
-
|
17
|
-
* Any other decent browser
|
14
|
+
## Requirements
|
18
15
|
|
19
|
-
|
16
|
+
PushType takes advantage of modern features of PostgreSQL, which in turn requires a recent version of Rails.
|
20
17
|
|
21
|
-
|
18
|
+
| Dependencies | Browsers (admin UI) |
|
19
|
+
| --------------- | ------------------------- |
|
20
|
+
| Rails 4.2+ | IE9 or above |
|
21
|
+
| PostgreSQL 9.4 | Any other decent browser |
|
22
|
+
| Imagemagick | |
|
23
|
+
|
24
|
+
## Contributing
|
25
|
+
|
26
|
+
[![Build Status](https://travis-ci.org/pushtype/push_type.png?branch=master)](https://travis-ci.org/pushtype/push_type)
|
27
|
+
[![Code Climate](https://codeclimate.com/github/pushtype/push_type.png)](https://codeclimate.com/github/pushtype/push_type)
|
28
|
+
|
29
|
+
PushType is 100% free and open source. We are trying to establish an active and healthy [community of developers](https://discuss.pushtype.org) and accept input and contributions from the public - including you! Find out more about [contributing to PushType](https://discuss.pushtype.org).
|
30
|
+
|
31
|
+
## Copyright / License
|
32
|
+
|
33
|
+
© 2014-2015 Push Code Limited.
|
34
|
+
|
35
|
+
PushType is free software, lovingly developed by Push Code, and released under the [MIT license](http://opensource.org/licenses/MIT).
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: push_type
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Aaron Russell
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-08-
|
11
|
+
date: 2015-08-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: push_type_core
|
@@ -16,84 +16,84 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.5.
|
19
|
+
version: 0.5.2
|
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.5.
|
26
|
+
version: 0.5.2
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: push_type_admin
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
31
|
- - '='
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 0.5.
|
33
|
+
version: 0.5.2
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - '='
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: 0.5.
|
40
|
+
version: 0.5.2
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: push_type_wysiwyg
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
45
|
- - '='
|
46
46
|
- !ruby/object:Gem::Version
|
47
|
-
version: 0.5.
|
47
|
+
version: 0.5.2
|
48
48
|
type: :runtime
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
52
|
- - '='
|
53
53
|
- !ruby/object:Gem::Version
|
54
|
-
version: 0.5.
|
54
|
+
version: 0.5.2
|
55
55
|
- !ruby/object:Gem::Dependency
|
56
56
|
name: push_type_auth
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
58
58
|
requirements:
|
59
59
|
- - '='
|
60
60
|
- !ruby/object:Gem::Version
|
61
|
-
version: 0.5.
|
61
|
+
version: 0.5.2
|
62
62
|
type: :runtime
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
66
|
- - '='
|
67
67
|
- !ruby/object:Gem::Version
|
68
|
-
version: 0.5.
|
68
|
+
version: 0.5.2
|
69
69
|
- !ruby/object:Gem::Dependency
|
70
|
-
name: minitest-rails
|
70
|
+
name: minitest-spec-rails
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
72
72
|
requirements:
|
73
73
|
- - "~>"
|
74
74
|
- !ruby/object:Gem::Version
|
75
|
-
version: 2.2
|
75
|
+
version: 5.2.2
|
76
76
|
type: :development
|
77
77
|
prerelease: false
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
79
79
|
requirements:
|
80
80
|
- - "~>"
|
81
81
|
- !ruby/object:Gem::Version
|
82
|
-
version: 2.2
|
82
|
+
version: 5.2.2
|
83
83
|
- !ruby/object:Gem::Dependency
|
84
84
|
name: database_cleaner
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
86
86
|
requirements:
|
87
87
|
- - "~>"
|
88
88
|
- !ruby/object:Gem::Version
|
89
|
-
version: 1.4.
|
89
|
+
version: 1.4.1
|
90
90
|
type: :development
|
91
91
|
prerelease: false
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
93
93
|
requirements:
|
94
94
|
- - "~>"
|
95
95
|
- !ruby/object:Gem::Version
|
96
|
-
version: 1.4.
|
96
|
+
version: 1.4.1
|
97
97
|
- !ruby/object:Gem::Dependency
|
98
98
|
name: factory_girl_rails
|
99
99
|
requirement: !ruby/object:Gem::Requirement
|
@@ -108,9 +108,9 @@ dependencies:
|
|
108
108
|
- - "~>"
|
109
109
|
- !ruby/object:Gem::Version
|
110
110
|
version: 4.5.0
|
111
|
-
description: PushType is a modern,
|
112
|
-
|
113
|
-
|
111
|
+
description: PushType is a modern, open source content management system for Ruby
|
112
|
+
on Rails, built around the idea that your job should be made easier by the tools
|
113
|
+
you chose to work with.
|
114
114
|
email:
|
115
115
|
- aaron@gc4.co.uk
|
116
116
|
executables: []
|