radiant-snippets-extension 1.0.1 → 1.0.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.
@@ -1,5 +1,5 @@
1
1
  module RadiantSnippetsExtension
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  SUMMARY = "Snippets for Radiant CMS"
4
4
  DESCRIPTION = "Makes Radiant better by adding snippets!"
5
5
  URL = "http://github.com/radiant"
@@ -1,4 +1,4 @@
1
- require 'snippets_spec_helper'
1
+ require File.expand_path(File.dirname(__FILE__) + '/../../snippets_spec_helper.rb')
2
2
 
3
3
  describe Admin::SnippetsController do
4
4
  dataset :users, :snippets
@@ -1,4 +1,4 @@
1
- require 'snippets_spec_helper'
1
+ require File.expand_path(File.dirname(__FILE__) + '/../../snippets_spec_helper.rb')
2
2
 
3
3
  describe Radiant::AdminUI do
4
4
  let(:admin) do
@@ -1,4 +1,4 @@
1
- require 'snippets_spec_helper'
1
+ require File.expand_path(File.dirname(__FILE__) + '/../snippets_spec_helper.rb')
2
2
 
3
3
  describe "Page rendering snippets" do
4
4
  dataset :pages, :snippets
@@ -1,4 +1,4 @@
1
- require 'snippets_spec_helper'
1
+ require File.expand_path(File.dirname(__FILE__) + '/../snippets_spec_helper.rb')
2
2
 
3
3
  describe Snippet do
4
4
  dataset :snippets
@@ -1,4 +1,4 @@
1
- require 'snippets_spec_helper'
1
+ require File.expand_path(File.dirname(__FILE__) + '/../snippets_spec_helper.rb')
2
2
 
3
3
  describe UserActionObserver do
4
4
  dataset :users, :pages_with_layouts, :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.0.1
4
+ version: 1.0.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: 2012-03-06 00:00:00.000000000 Z
12
+ date: 2012-05-01 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Makes Radiant better by adding snippets!
15
15
  email: