rmthemegen 0.0.17 → 0.0.19

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.
@@ -23,7 +23,7 @@ l = RMThemeGen::ThemeGenerator.new
23
23
 
24
24
  10.times do
25
25
  # puts l.make_theme_file(:outputdir => ENV["PWD"],:bg_color_style => 0 )
26
- puts l.make_theme_file(:outputdir => ENV["PWD"],:bg_color_style => 1 )
26
+ puts l.make_theme_file('.',1 )
27
27
  # puts l.make_theme_file(:outputdir => ENV["PWD"],:bg_color_style => 2 )
28
28
  end
29
29
  puts "testing to_css"
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rmthemegen
3
3
  version: !ruby/object:Gem::Version
4
- hash: 61
4
+ hash: 57
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 17
10
- version: 0.0.17
9
+ - 19
10
+ version: 0.0.19
11
11
  platform: ruby
12
12
  authors:
13
13
  - David Heitzman
@@ -89,6 +89,16 @@ files:
89
89
  - lib/rmthemegen/version.rb
90
90
  - rmthemegen.gemspec
91
91
  - test/index.html
92
+ - test/rmt_absent_mist.xml
93
+ - test/rmt_central_bracket.xml
94
+ - test/rmt_cheerful_burglar.xml
95
+ - test/rmt_corporate_felony.xml
96
+ - test/rmt_famous_lunch.xml
97
+ - test/rmt_helpless_celery.xml
98
+ - test/rmt_surprising_insect.xml
99
+ - test/rmt_sweet_Mark.xml
100
+ - test/rmt_thorough_pedestrian.xml
101
+ - test/rmt_unaware_haircut.xml
92
102
  - test/rmthemegen_spec.rb
93
103
  - test/sample_ruby_source
94
104
  - test/test_generate_themes.rb