refinerycms-base 1.0.0 → 1.0.1

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/gemspec.rb CHANGED
@@ -1,8 +1,10 @@
1
+ # Encoding: UTF-8
1
2
  require 'pathname'
2
3
  require File.expand_path('../base/refinery', __FILE__)
3
4
  gempath = Pathname.new(File.expand_path('../../', __FILE__))
4
5
 
5
6
  gemspec = <<EOF
7
+ # Encoding: UTF-8
6
8
  # DO NOT EDIT THIS FILE DIRECTLY! Instead, use lib/gemspec.rb to generate it.
7
9
 
8
10
  Gem::Specification.new do |s|
@@ -14,7 +16,7 @@ Gem::Specification.new do |s|
14
16
  s.email = %q{info@refinerycms.com}
15
17
  s.homepage = %q{http://refinerycms.com}
16
18
  s.rubyforge_project = %q{refinerycms}
17
- s.authors = ['Resolve Digital', 'Philip Arndt', 'David Jones', 'Steven Heidel']
19
+ s.authors = ['Resolve Digital', 'Philip Arndt', 'David Jones', 'Steven Heidel', 'Uģis Ozols']
18
20
  s.license = %q{MIT}
19
21
  s.require_paths = %w(lib)
20
22
  s.executables = %w(#{Pathname.glob(gempath.join('bin/*')).map{|d| d.relative_path_from(gempath)}.sort.join(" ")})
@@ -2,7 +2,7 @@ module Refinery
2
2
  class Version
3
3
  @major = 1
4
4
  @minor = 0
5
- @tiny = 0
5
+ @tiny = 1
6
6
  @build = nil
7
7
 
8
8
  class << self
@@ -24,6 +24,7 @@ module Refinery
24
24
 
25
25
  config.after_initialize do
26
26
  ::Refinery::Plugin.register do |plugin|
27
+ plugin.pathname = root
27
28
  plugin.name = 'refinerycms_base'
28
29
  plugin.class_name = 'RefineryBaseEngine'
29
30
  plugin.version = ::Refinery.version
@@ -1,15 +1,16 @@
1
+ # Encoding: UTF-8
1
2
  # DO NOT EDIT THIS FILE DIRECTLY! Instead, use lib/gemspec.rb to generate it.
2
3
 
3
4
  Gem::Specification.new do |s|
4
5
  s.name = %q{refinerycms-base}
5
- s.version = %q{1.0.0}
6
+ s.version = %q{1.0.1}
6
7
  s.summary = %q{Base engine for Refinery CMS}
7
8
  s.description = %q{This provides a base for Refinery CMS which handles things like settings on the Refinery namespace.}
8
- s.date = %q{2011-05-28}
9
+ s.date = %q{2011-06-21}
9
10
  s.email = %q{info@refinerycms.com}
10
11
  s.homepage = %q{http://refinerycms.com}
11
12
  s.rubyforge_project = %q{refinerycms}
12
- s.authors = ['Resolve Digital', 'Philip Arndt', 'David Jones', 'Steven Heidel']
13
+ s.authors = ['Resolve Digital', 'Philip Arndt', 'David Jones', 'Steven Heidel', 'Uģis Ozols']
13
14
  s.license = %q{MIT}
14
15
  s.require_paths = %w(lib)
15
16
  s.executables = %w()
metadata CHANGED
@@ -1,20 +1,25 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: refinerycms-base
3
3
  version: !ruby/object:Gem::Version
4
+ hash: 21
4
5
  prerelease:
5
- version: 1.0.0
6
+ segments:
7
+ - 1
8
+ - 0
9
+ - 1
10
+ version: 1.0.1
6
11
  platform: ruby
7
12
  authors:
8
13
  - Resolve Digital
9
14
  - Philip Arndt
10
15
  - David Jones
11
16
  - Steven Heidel
17
+ - "U\xC4\xA3is Ozols"
12
18
  autorequire:
13
19
  bindir: bin
14
20
  cert_chain: []
15
21
 
16
- date: 2011-05-28 00:00:00 +12:00
17
- default_executable:
22
+ date: 2011-06-21 00:00:00 Z
18
23
  dependencies: []
19
24
 
20
25
  description: This provides a base for Refinery CMS which handles things like settings on the Refinery namespace.
@@ -35,7 +40,6 @@ files:
35
40
  - lib/refinerycms-base.rb
36
41
  - license.md
37
42
  - refinerycms-base.gemspec
38
- has_rdoc: true
39
43
  homepage: http://refinerycms.com
40
44
  licenses:
41
45
  - MIT
@@ -49,17 +53,23 @@ required_ruby_version: !ruby/object:Gem::Requirement
49
53
  requirements:
50
54
  - - ">="
51
55
  - !ruby/object:Gem::Version
56
+ hash: 3
57
+ segments:
58
+ - 0
52
59
  version: "0"
53
60
  required_rubygems_version: !ruby/object:Gem::Requirement
54
61
  none: false
55
62
  requirements:
56
63
  - - ">="
57
64
  - !ruby/object:Gem::Version
65
+ hash: 3
66
+ segments:
67
+ - 0
58
68
  version: "0"
59
69
  requirements: []
60
70
 
61
71
  rubyforge_project: refinerycms
62
- rubygems_version: 1.6.2
72
+ rubygems_version: 1.8.5
63
73
  signing_key:
64
74
  specification_version: 3
65
75
  summary: Base engine for Refinery CMS