tee_reverser 0.1.1 → 0.1.2

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.
@@ -1,4 +1,4 @@
1
1
  module TeeReverser
2
2
  # The latest and greatest. As of 2013-12-09.
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
4
4
  end
data/lib/tee_reverser.rb CHANGED
@@ -2,7 +2,7 @@ require 'yummly'
2
2
  # TeeReverser: (Tee => Eet...eat!)
3
3
  # Author:: Steven Xu (mailto: steven.b.xu at gmail.com)
4
4
  # Copyright:: Copyright (c) 2013, Steven Xu
5
- # License:: Distributes under the same terms as Ruby
5
+ # License:: The MIT License (MIT)
6
6
  #
7
7
  # TeeReverser is a gem that assists in the complex decision making
8
8
  # process that is deciding what to cook. Given a text file with a list of ingredients
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tee_reverser
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -23,9 +23,9 @@ files:
23
23
  - lib/tee_reverser/recipe_list.rb
24
24
  - lib/tee_reverser/reverser.rb
25
25
  - lib/tee_reverser/version.rb
26
- homepage: http://rubygems.org/gems/tee_reverser
26
+ homepage: https://github.com/stevenbxu/tee_reverser
27
27
  licenses:
28
- - Distributes under the same terms as ruby.
28
+ - The MIT License (MIT)
29
29
  post_install_message:
30
30
  rdoc_options: []
31
31
  require_paths: