ourkudos 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.7
1
+ 0.0.8
@@ -24,7 +24,7 @@ module OurKudos
24
24
  end
25
25
 
26
26
  def config_file_path
27
- File.join Rails.root, 'config', 'config.yml'
27
+ File.join(Rails.root, 'config', 'ourkudos.yml') rescue ''
28
28
  end
29
29
 
30
30
  end
@@ -6,7 +6,7 @@ namespace :ourkudos do
6
6
  :api_key => "your api key"
7
7
  }
8
8
 
9
- write(File.join(Rails.root,'config', 'config.yml', config))
9
+ write(File.join(Rails.root,'config', 'ourkudos.yml', config))
10
10
 
11
11
 
12
12
  def yaml(hash)
data/ourkudos.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{ourkudos}
8
- s.version = "0.0.7"
8
+ s.version = "0.0.8"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = [%q{Marcin Walczak}]
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: ourkudos
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.7
5
+ version: 0.0.8
6
6
  platform: ruby
7
7
  authors:
8
8
  - Marcin Walczak
@@ -106,7 +106,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
106
106
  requirements:
107
107
  - - ">="
108
108
  - !ruby/object:Gem::Version
109
- hash: 2875707044710747670
109
+ hash: 540409618565067500
110
110
  segments:
111
111
  - 0
112
112
  version: "0"