flacky 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -44,7 +44,7 @@ module Flacky
44
44
  return Hash.new if !url || (url && url.empty?)
45
45
 
46
46
  scraper = Flacky::Scraper.new(url)
47
- { 'STYLE' => scraper.styles.join(';'), 'MOOD' => scraper.moods.join(';') }
47
+ { 'style' => scraper.styles.join(';'), 'mood' => scraper.moods.join(';') }
48
48
  end
49
49
 
50
50
  def combined_data
@@ -1,3 +1,3 @@
1
1
  module Flacky
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flacky
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: