foodtaster 0.0.9 → 0.0.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/README.md +4 -1
  2. data/lib/foodtaster/version.rb +1 -1
  3. data/logo.png +0 -0
  4. metadata +3 -2
data/README.md CHANGED
@@ -1,4 +1,5 @@
1
- # Foodtæster
1
+ ![Foodtaster](https://raw.github.com/mlapshin/foodtaster/master/logo.png)
2
+ ---------------------
2
3
 
3
4
  [![Gem Version](https://badge.fury.io/rb/foodtaster.png)](http://badge.fury.io/rb/foodtaster)
4
5
 
@@ -123,3 +124,5 @@ use this workflow:
123
124
 
124
125
  Foodtaster is distributed under [MIT
125
126
  License](http://raw.github.com/mlapshin/foodtaster/master/LICENSE).
127
+
128
+ Foodtaster Logo is designed by [Oleg Sugatov](https://plus.google.com/u/0/+%D0%9E%D0%BB%D0%B5%D0%B3%D0%A1%D1%83%D0%B3%D0%B0%D1%82%D0%BE%D0%B2/posts).
@@ -1,3 +1,3 @@
1
1
  module Foodtaster
2
- VERSION = "0.0.9"
2
+ VERSION = "0.0.10"
3
3
  end
Binary file
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: foodtaster
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.9
5
+ version: 0.0.10
6
6
  platform: ruby
7
7
  authors:
8
8
  - Mike Lapshin
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2013-12-03 00:00:00.000000000 Z
13
+ date: 2013-12-05 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  prerelease: false
@@ -56,6 +56,7 @@ files:
56
56
  - lib/foodtaster/server_process.rb
57
57
  - lib/foodtaster/version.rb
58
58
  - lib/foodtaster/vm.rb
59
+ - logo.png
59
60
  - spec/foodtaster/client_spec.rb
60
61
  - spec/foodtaster/config_spec.rb
61
62
  - spec/foodtaster/vm_spec.rb