sunrise-cms 0.1.5 → 0.2.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.
Files changed (5) hide show
  1. data/{LICENSE → MIT-LICENSE} +0 -0
  2. data/Rakefile +0 -24
  3. data/VERSION +1 -1
  4. metadata +17 -19
  5. data/CHANGELOG.rdoc +0 -35
File without changes
data/Rakefile CHANGED
@@ -22,27 +22,3 @@ Rake::RDocTask.new(:rdoc) do |rdoc|
22
22
  rdoc.rdoc_files.include('README')
23
23
  rdoc.rdoc_files.include('lib/**/*.rb')
24
24
  end
25
-
26
- begin
27
- require 'jeweler'
28
-
29
- version = File.open(File.dirname(__FILE__) + '/VERSION', 'r').read.strip
30
-
31
- Jeweler::Tasks.new do |s|
32
- s.name = "sunrise-cms"
33
- s.version = version
34
- s.summary = "Rails CMS"
35
- s.description = "Sunrise is a Aimbulance CMS"
36
- s.email = "galeta.igor@gmail.com"
37
- s.homepage = "https://github.com/galetahub/sunrise"
38
- s.authors = ["Igor Galeta", "Pavlo Galeta"]
39
- s.files = FileList["[A-Z]*", "{lib}/**/*"]
40
-
41
- s.add_dependency 'sunrise-core', version
42
- s.add_dependency 'sunrise-scaffold', version
43
- end
44
-
45
- Jeweler::GemcutterTasks.new
46
- rescue LoadError
47
- puts "Jeweler not available. Install it with: gem install jeweler"
48
- end
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.5
1
+ 0.2.0
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sunrise-cms
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
- - 1
9
- - 5
10
- version: 0.1.5
8
+ - 2
9
+ - 0
10
+ version: 0.2.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - Igor Galeta
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2011-07-27 00:00:00 +03:00
19
+ date: 2011-09-01 00:00:00 +03:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency
@@ -27,12 +27,12 @@ dependencies:
27
27
  requirements:
28
28
  - - "="
29
29
  - !ruby/object:Gem::Version
30
- hash: 17
30
+ hash: 23
31
31
  segments:
32
32
  - 0
33
- - 1
34
- - 5
35
- version: 0.1.5
33
+ - 2
34
+ - 0
35
+ version: 0.2.0
36
36
  type: :runtime
37
37
  version_requirements: *id001
38
38
  - !ruby/object:Gem::Dependency
@@ -43,12 +43,12 @@ dependencies:
43
43
  requirements:
44
44
  - - "="
45
45
  - !ruby/object:Gem::Version
46
- hash: 17
46
+ hash: 23
47
47
  segments:
48
48
  - 0
49
- - 1
50
- - 5
51
- version: 0.1.5
49
+ - 2
50
+ - 0
51
+ version: 0.2.0
52
52
  type: :runtime
53
53
  version_requirements: *id002
54
54
  description: Sunrise is a Aimbulance CMS
@@ -58,15 +58,13 @@ executables: []
58
58
  extensions: []
59
59
 
60
60
  extra_rdoc_files:
61
- - LICENSE
62
61
  - README.rdoc
63
62
  files:
64
- - CHANGELOG.rdoc
65
- - LICENSE
66
- - README.rdoc
63
+ - lib/sunrise-cms.rb
64
+ - MIT-LICENSE
67
65
  - Rakefile
68
66
  - VERSION
69
- - lib/sunrise-cms.rb
67
+ - README.rdoc
70
68
  has_rdoc: true
71
69
  homepage: https://github.com/galetahub/sunrise
72
70
  licenses: []
@@ -96,7 +94,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
96
94
  version: "0"
97
95
  requirements: []
98
96
 
99
- rubyforge_project:
97
+ rubyforge_project: sunrise-cms
100
98
  rubygems_version: 1.6.2
101
99
  signing_key:
102
100
  specification_version: 3
data/CHANGELOG.rdoc DELETED
@@ -1,35 +0,0 @@
1
- == 0.1.5
2
- * Core
3
- * Export users to csv
4
- * Search users by email for autocomplete list
5
- * Autocoplete css for manage
6
- * New unlock user event after access_locked
7
- * Test user events actions
8
-
9
- == 0.1.4
10
-
11
- * Core
12
- * Upgrade dependents gems versions
13
- * Spec tests for controllers and models
14
- * Support for autoload multiply models in one plugin
15
-
16
- * Scaffold
17
- * Reorganize gem structure
18
- * Control buttons in show template
19
- * Unit tests
20
-
21
- * Bugs
22
- * User role_type create/update
23
- * Destroy structure
24
-
25
- == 0.1.2
26
-
27
- * enhancements
28
- * Now generator 'rails generate sunrise:install' runs all dependents generators
29
- * HTML 5 file uploads (fileuploader)
30
- * Remove swfuploader
31
- * CSS3 buttons
32
- * JqueryUI 1.8.13
33
-
34
- * Bugs
35
- * Multiply assets uploads