with_template 0.0.1 → 0.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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.1
1
+ 0.0.2
data/lib/with_template.rb CHANGED
@@ -1,3 +1,4 @@
1
+ require "blocks"
1
2
  require "action_view"
2
3
 
3
4
  module WithTemplate
data/rails/init.rb ADDED
@@ -0,0 +1 @@
1
+ require 'with_template'
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "with_template"
8
- s.version = "0.0.1"
8
+ s.version = "0.0.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Andrew Hunter"]
12
- s.date = "2013-09-05"
12
+ s.date = "2013-09-26"
13
13
  s.description = "Render a template (partial) and easily override any of the components of the template"
14
14
  s.email = "hunterae@gmail.com"
15
15
  s.extra_rdoc_files = [
@@ -29,6 +29,7 @@ Gem::Specification.new do |s|
29
29
  "lib/with_template.rb",
30
30
  "lib/with_template/base.rb",
31
31
  "lib/with_template/view_additions.rb",
32
+ "rails/init.rb",
32
33
  "test/base_test.rb",
33
34
  "test/helper.rb",
34
35
  "with_template.gemspec"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: with_template
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.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: 2013-09-05 00:00:00.000000000 Z
12
+ date: 2013-09-26 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: blocks
@@ -144,6 +144,7 @@ files:
144
144
  - lib/with_template.rb
145
145
  - lib/with_template/base.rb
146
146
  - lib/with_template/view_additions.rb
147
+ - rails/init.rb
147
148
  - test/base_test.rb
148
149
  - test/helper.rb
149
150
  - with_template.gemspec
@@ -162,7 +163,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
162
163
  version: '0'
163
164
  segments:
164
165
  - 0
165
- hash: 1131662760189326774
166
+ hash: -137886222362328100
166
167
  required_rubygems_version: !ruby/object:Gem::Requirement
167
168
  none: false
168
169
  requirements: