radiant 1.1.1 → 1.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.
- data/CHANGELOG.md +3 -1
- data/Gemfile +1 -1
- data/Gemfile.lock +18 -18
- data/lib/radiant.rb +1 -1
- data/radiant.gemspec +1 -1
- metadata +5 -5
data/CHANGELOG.md
CHANGED
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.
|
|
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
|
data/Gemfile.lock
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
GEM
|
|
2
2
|
remote: http://rubygems.org/
|
|
3
3
|
specs:
|
|
4
|
-
actionmailer (2.3.
|
|
5
|
-
actionpack (= 2.3.
|
|
6
|
-
actionpack (2.3.
|
|
7
|
-
activesupport (= 2.3.
|
|
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.
|
|
10
|
-
activesupport (= 2.3.
|
|
11
|
-
activeresource (2.3.
|
|
12
|
-
activesupport (= 2.3.
|
|
13
|
-
activesupport (2.3.
|
|
14
|
-
rack (1.1.
|
|
15
|
-
rails (2.3.
|
|
16
|
-
actionmailer (= 2.3.
|
|
17
|
-
actionpack (= 2.3.
|
|
18
|
-
activerecord (= 2.3.
|
|
19
|
-
activeresource (= 2.3.
|
|
20
|
-
activesupport (= 2.3.
|
|
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.
|
|
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.
|
|
30
|
+
rails (= 2.3.16)
|
|
31
31
|
sqlite3 (= 1.3.5)
|
data/lib/radiant.rb
CHANGED
data/radiant.gemspec
CHANGED
|
@@ -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.
|
|
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.
|
|
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-
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|