casein 4.0.0.beta1 → 4.0.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/PUBLIC_VERSION.yml +1 -1
- data/README.rdoc +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 881235e3b342f331b9c915882385c7038cafd844
|
4
|
+
data.tar.gz: a1b5e7b54465ac51c46d21be5f22ca37d57bf75d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8b207d4e2ae93e2467c2810cabde21ec3bf869a8d1989004706d92029738eb92198ce104f8c8ff5c8370a1f3b5e682483b4ae1450bebad946a3c77b4ef3fe8b3
|
7
|
+
data.tar.gz: 5d5ce0ae3176069ed6bbe97a0083ed6a6680abe8d535a309a3fdcf29287ad9ba8ea936ad8cd8eca5cef139f5456ac81d129c74733267f476bad0fb5bd9a0ee7b
|
data/PUBLIC_VERSION.yml
CHANGED
data/README.rdoc
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
=Casein - a lightweight Ruby on Rails CMS
|
2
2
|
|
3
|
-
**
|
3
|
+
**CASEIN 4.0.0 now available**
|
4
4
|
|
5
5
|
Casein is a Rails 4.x gem that provides scaffolding generators and helper functions to quickly create a clean and minimal CRUD (Create, Read, Update and Delete) interface for your data. It also comes with a pre-rolled user authentication system. As Casein is completely decoupled from the front-end, it can be added to a new or existing Rails project, or used as a standalone CMS to drive platforms built on other technologies.
|
6
6
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: casein
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.0.0
|
4
|
+
version: 4.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Russell Quinn
|
@@ -144,9 +144,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
144
144
|
version: '0'
|
145
145
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
146
146
|
requirements:
|
147
|
-
- - '
|
147
|
+
- - '>='
|
148
148
|
- !ruby/object:Gem::Version
|
149
|
-
version:
|
149
|
+
version: '0'
|
150
150
|
requirements: []
|
151
151
|
rubyforge_project:
|
152
152
|
rubygems_version: 2.0.5
|