toto-haml 0.3.2 → 0.3.3

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.2
1
+ 0.3.3
File without changes
data/test/test_helper.rb CHANGED
@@ -5,7 +5,7 @@ require 'riot'
5
5
  $:.unshift File.dirname(__FILE__)
6
6
  $:.unshift File.join(File.dirname(__FILE__), '..', 'lib')
7
7
 
8
- require 'toto'
8
+ require 'toto-haml'
9
9
 
10
10
  module Toto
11
11
  class IncludesHTMLMacro < Riot::AssertionMacro
data/toto-haml.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{toto-haml}
8
- s.version = "0.3.2"
8
+ s.version = "0.3.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["cloudhead", "Amos King"]
@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
24
24
  "Rakefile",
25
25
  "VERSION",
26
26
  "lib/ext/ext.rb",
27
- "lib/toto.rb",
27
+ "lib/toto-haml.rb",
28
28
  "test/articles/1900-05-17-the-wonderful-wizard-of-oz.txt",
29
29
  "test/articles/2001-01-01-two-thousand-and-one.txt",
30
30
  "test/articles/2009-04-01-tilt-factor.txt",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: toto-haml
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - cloudhead
@@ -80,7 +80,7 @@ files:
80
80
  - Rakefile
81
81
  - VERSION
82
82
  - lib/ext/ext.rb
83
- - lib/toto.rb
83
+ - lib/toto-haml.rb
84
84
  - test/articles/1900-05-17-the-wonderful-wizard-of-oz.txt
85
85
  - test/articles/2001-01-01-two-thousand-and-one.txt
86
86
  - test/articles/2009-04-01-tilt-factor.txt