sunrise-comments 0.1.1 → 0.1.2

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.
@@ -19,3 +19,5 @@ In generated migration add "comments_count" column for counter cache:
19
19
  class User < ActiveRecord::Base
20
20
  include Sunrise::Comments::Author
21
21
  end
22
+
23
+ Copyright (c) 2011 Aimbulance, released under the MIT license
data/Rakefile CHANGED
@@ -37,7 +37,7 @@ begin
37
37
  s.files = FileList["[A-Z]*", "{app,config,lib}/**/*"]
38
38
  s.extra_rdoc_files = FileList["[A-Z]*"] - %w(Gemfile Rakefile)
39
39
 
40
- s.add_dependency('sunrise', "~> #{s.version}")
40
+ s.add_dependency('sunrise-cms')
41
41
  end
42
42
 
43
43
  Jeweler::GemcutterTasks.new
@@ -1,5 +1,5 @@
1
1
  module Sunrise
2
2
  module Comments
3
- VERSION = "0.1.1".freeze
3
+ VERSION = "0.1.2".freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sunrise-comments
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 31
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 1
10
- version: 0.1.1
9
+ - 2
10
+ version: 0.1.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Igor Galeta
@@ -16,23 +16,21 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2011-07-12 00:00:00 +03:00
19
+ date: 2011-08-16 00:00:00 +03:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency
23
- name: sunrise
23
+ name: sunrise-cms
24
24
  prerelease: false
25
25
  requirement: &id001 !ruby/object:Gem::Requirement
26
26
  none: false
27
27
  requirements:
28
- - - ~>
28
+ - - ">="
29
29
  - !ruby/object:Gem::Version
30
- hash: 25
30
+ hash: 3
31
31
  segments:
32
32
  - 0
33
- - 1
34
- - 1
35
- version: 0.1.1
33
+ version: "0"
36
34
  type: :runtime
37
35
  version_requirements: *id001
38
36
  description: Sunrise is a Aimbulance CMS