flay-haml 0.0.2 → 0.0.3

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/Rakefile CHANGED
@@ -4,7 +4,7 @@ require 'rake/testtask'
4
4
  Rake::TestTask.new(:test) do |t|
5
5
  t.libs << 'lib'
6
6
  t.libs << 'test'
7
- t.pattern = 'test/**/*_test.rb'
7
+ t.pattern = 'test/**/test_*.rb'
8
8
  t.verbose = false
9
9
  end
10
10
 
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flay-haml
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
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-05-07 00:00:00.000000000 Z
12
+ date: 2013-07-26 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: flay
@@ -66,8 +66,8 @@ files:
66
66
  - MIT-LICENSE
67
67
  - Rakefile
68
68
  - README.md
69
- - test/flay_haml_test.rb
70
69
  - test/sample.haml
70
+ - test/test_flay_haml.rb
71
71
  homepage: https://github.com/kalenkov/flay-haml
72
72
  licenses: []
73
73
  post_install_message:
@@ -88,10 +88,11 @@ required_rubygems_version: !ruby/object:Gem::Requirement
88
88
  version: '0'
89
89
  requirements: []
90
90
  rubyforge_project:
91
- rubygems_version: 1.8.25
91
+ rubygems_version: 1.8.24
92
92
  signing_key:
93
93
  specification_version: 3
94
94
  summary: HAML plugin for flay
95
95
  test_files:
96
- - test/flay_haml_test.rb
97
96
  - test/sample.haml
97
+ - test/test_flay_haml.rb
98
+ has_rdoc: