scratch_pad-node_extensions-post 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data.tar.gz.sig CHANGED
Binary file
@@ -1,10 +1,6 @@
1
1
  module NodeExtensions
2
2
  class Post < ScratchPad::Addon::NodeExtension
3
- class Model < ScratchPad::Addon::NodeExtension::ModelBase
4
- end
5
-
6
- def self.root
7
- Pathname.new(__FILE__) + '..' + '..'
3
+ class Model < Node
8
4
  end
9
5
  end
10
6
  end
@@ -3,7 +3,7 @@ $:.push File.expand_path('../lib', __FILE__)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = 'scratch_pad-node_extensions-post'
6
- s.version = '0.0.1'
6
+ s.version = '0.0.2'
7
7
  s.platform = Gem::Platform::RUBY
8
8
  s.authors = ['Raving Genius']
9
9
  s.email = ['rg+code@ravinggenius.com']
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: scratch_pad-node_extensions-post
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.1
5
+ version: 0.0.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Raving Genius
@@ -31,7 +31,7 @@ cert_chain:
31
31
  CvvfejGH+Hi4YXI1pPhLJj8g
32
32
  -----END CERTIFICATE-----
33
33
 
34
- date: 2011-02-25 00:00:00 -05:00
34
+ date: 2011-03-01 00:00:00 -05:00
35
35
  default_executable:
36
36
  dependencies: []
37
37
 
@@ -77,7 +77,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
77
77
  requirements: []
78
78
 
79
79
  rubyforge_project: scratch_pad-node_extensions-post
80
- rubygems_version: 1.5.2
80
+ rubygems_version: 1.5.3
81
81
  signing_key:
82
82
  specification_version: 3
83
83
  summary: NodeExtension gem for ScratchPad
metadata.gz.sig CHANGED
Binary file