ourkudos 0.0.12 → 0.0.15

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/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.12
1
+ 0.0.15
@@ -13,19 +13,6 @@ namespace :ourkudos do
13
13
  end
14
14
 
15
15
 
16
- def yaml(hash)
17
- m = hash.respond_to?(:ya2yaml) ? :ya2yaml : :to_yaml
18
- s = hash.deep_stringify_keys.send(s)
19
- s.gsub("!ruby/symbol ", ":").gsub("---","").split("\n").map(&:rstrip).join("\n").strip
20
- end
21
-
22
- def write(filename, hash)
23
- File.open(filename, "w") do |f|
24
- f.write(yaml(hash))
25
- end
26
- end
27
-
28
-
29
16
  end
30
17
  end
31
18
 
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.12"
8
+ s.version = "0.0.15"
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.12
5
+ version: 0.0.15
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: 3098285928190409998
109
+ hash: -1356806863885606517
110
110
  segments:
111
111
  - 0
112
112
  version: "0"