radiant-snippets-extension 1.1.0 → 1.1.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/app/models/snippet_file.rb
CHANGED
data/spec/ci/before_script
CHANGED
@@ -1,13 +1,13 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
1
|
+
git clone git://github.com/radiant/radiant.git test_app
|
2
|
+
cd test_app
|
3
|
+
|
4
4
|
if [[ $RADIANT_VERSION != "master" ]]
|
5
5
|
then
|
6
|
-
git checkout -
|
6
|
+
git checkout -t origin/$RADIANT_VERSION
|
7
7
|
fi
|
8
|
-
cp -r ~/builds/*/radiant-snippets-extension vendor/extensions/snippets
|
9
8
|
gem install bundler --pre
|
10
|
-
echo gemspec >> Gemfile
|
9
|
+
echo 'gemspec' >> Gemfile
|
10
|
+
echo 'gem "radiant-snippets-extension", :path => ".."' >> Gemfile
|
11
11
|
bundle install
|
12
12
|
|
13
13
|
case $DB in
|
@@ -20,4 +20,3 @@ case $DB in
|
|
20
20
|
esac
|
21
21
|
|
22
22
|
bundle exec rake db:migrate
|
23
|
-
bundle exec rake db:migrate:extensions
|
data/spec/ci/script
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
cd
|
1
|
+
cd test_app
|
2
2
|
bundle exec rake spec:extensions EXT=snippets
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: radiant-snippets-extension
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.1
|
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:
|
12
|
+
date: 2013-02-15 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: Makes Radiant better by adding snippets!
|
15
15
|
email:
|
@@ -81,7 +81,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
81
81
|
version: '0'
|
82
82
|
requirements: []
|
83
83
|
rubyforge_project:
|
84
|
-
rubygems_version: 1.8.
|
84
|
+
rubygems_version: 1.8.25
|
85
85
|
signing_key:
|
86
86
|
specification_version: 3
|
87
87
|
summary: Snippets for Radiant CMS
|
@@ -105,3 +105,4 @@ test_files:
|
|
105
105
|
- features/step_definitions/admin/snippet_steps.rb
|
106
106
|
- features/support/env.rb
|
107
107
|
- features/support/paths.rb
|
108
|
+
has_rdoc:
|