atreides 2.0.2 → 2.0.3
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.
data/lib/atreides/version.rb
CHANGED
|
@@ -32,7 +32,7 @@ module Atreides
|
|
|
32
32
|
create_features create_products create_line_items create_links
|
|
33
33
|
create_votes create_tweets create_sessions create_sites
|
|
34
34
|
create_content_parts add_userid_to_resources devise_create_users
|
|
35
|
-
add_role_to_users
|
|
35
|
+
add_role_to_users create_preferences).each do |f|
|
|
36
36
|
src = "#{f}.rb"
|
|
37
37
|
dst = "db/migrate/#{src}"
|
|
38
38
|
migration_template(src, dst) rescue puts $!
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: atreides
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.3
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-11-
|
|
12
|
+
date: 2012-11-12 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: aasm
|
|
@@ -1434,3 +1434,4 @@ signing_key:
|
|
|
1434
1434
|
specification_version: 3
|
|
1435
1435
|
summary: KISS Content Management System
|
|
1436
1436
|
test_files: []
|
|
1437
|
+
has_rdoc:
|