radiant 1.1.1 → 1.1.2

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of radiant might be problematic. Click here for more details.

@@ -1,6 +1,8 @@
1
1
  # Change Log
2
2
 
3
- ## Edge
3
+ ## 1.1.2
4
+
5
+ * Move to Rails 2.3.16
4
6
 
5
7
  * Allow loading of snippets from the file system [Jim Gay]
6
8
  * Moved to compass-rails [Jim Gay]
data/Gemfile CHANGED
@@ -7,7 +7,7 @@ source :rubygems
7
7
  # requires radiant and therefore pulls in every
8
8
  # dependency mentioned in radiant.gemspec.
9
9
 
10
- gem "rails", "2.3.15"
10
+ gem "rails", "2.3.16"
11
11
  gem "sqlite3", "1.3.5", :group => [:development, :test], :platform => :ruby
12
12
 
13
13
  # When radiant is installed as a gem you can run all of
@@ -1,25 +1,25 @@
1
1
  GEM
2
2
  remote: http://rubygems.org/
3
3
  specs:
4
- actionmailer (2.3.14)
5
- actionpack (= 2.3.14)
6
- actionpack (2.3.14)
7
- activesupport (= 2.3.14)
4
+ actionmailer (2.3.16)
5
+ actionpack (= 2.3.16)
6
+ actionpack (2.3.16)
7
+ activesupport (= 2.3.16)
8
8
  rack (~> 1.1.0)
9
- activerecord (2.3.14)
10
- activesupport (= 2.3.14)
11
- activeresource (2.3.14)
12
- activesupport (= 2.3.14)
13
- activesupport (2.3.14)
14
- rack (1.1.3)
15
- rails (2.3.14)
16
- actionmailer (= 2.3.14)
17
- actionpack (= 2.3.14)
18
- activerecord (= 2.3.14)
19
- activeresource (= 2.3.14)
20
- activesupport (= 2.3.14)
9
+ activerecord (2.3.16)
10
+ activesupport (= 2.3.16)
11
+ activeresource (2.3.16)
12
+ activesupport (= 2.3.16)
13
+ activesupport (2.3.16)
14
+ rack (1.1.5)
15
+ rails (2.3.16)
16
+ actionmailer (= 2.3.16)
17
+ actionpack (= 2.3.16)
18
+ activerecord (= 2.3.16)
19
+ activeresource (= 2.3.16)
20
+ activesupport (= 2.3.16)
21
21
  rake (>= 0.8.3)
22
- rake (0.9.2.2)
22
+ rake (10.0.3)
23
23
  sqlite3 (1.3.5)
24
24
 
25
25
  PLATFORMS
@@ -27,5 +27,5 @@ PLATFORMS
27
27
  ruby
28
28
 
29
29
  DEPENDENCIES
30
- rails (= 2.3.14)
30
+ rails (= 2.3.16)
31
31
  sqlite3 (= 1.3.5)
@@ -5,7 +5,7 @@ unless defined? Radiant::Version
5
5
  module Version
6
6
  Major = '1'
7
7
  Minor = '1'
8
- Tiny = '1'
8
+ Tiny = '2'
9
9
  Patch = nil # set to nil for normal release
10
10
 
11
11
  class << self
@@ -25,7 +25,7 @@ a general purpose content managment system--not merely a blogging engine.}
25
25
  s.license = %q{MIT}
26
26
 
27
27
  s.add_dependency "tzinfo", "~> 0.3.31"
28
- s.add_dependency "rails", "~> 2.3.15"
28
+ s.add_dependency "rails", "~> 2.3.16"
29
29
  s.add_dependency "rdoc", ">= 3.9.2"
30
30
  s.add_dependency "acts_as_tree", "~> 0.1.1"
31
31
  s.add_dependency "bundler", ">= 1.0.0"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: radiant
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
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: 2013-01-09 00:00:00.000000000 Z
12
+ date: 2013-02-07 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: tzinfo
@@ -34,7 +34,7 @@ dependencies:
34
34
  requirements:
35
35
  - - ~>
36
36
  - !ruby/object:Gem::Version
37
- version: 2.3.15
37
+ version: 2.3.16
38
38
  type: :runtime
39
39
  prerelease: false
40
40
  version_requirements: !ruby/object:Gem::Requirement
@@ -42,7 +42,7 @@ dependencies:
42
42
  requirements:
43
43
  - - ~>
44
44
  - !ruby/object:Gem::Version
45
- version: 2.3.15
45
+ version: 2.3.16
46
46
  - !ruby/object:Gem::Dependency
47
47
  name: rdoc
48
48
  requirement: !ruby/object:Gem::Requirement
@@ -1114,7 +1114,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
1114
1114
  version: 1.3.1
1115
1115
  requirements: []
1116
1116
  rubyforge_project: radiant
1117
- rubygems_version: 1.8.23
1117
+ rubygems_version: 1.8.25
1118
1118
  signing_key:
1119
1119
  specification_version: 3
1120
1120
  summary: A no-fluff content management system designed for small teams.