icecream 0.0.5 → 0.0.6

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 19a4e8aa6b77f069fcfb01613769ca49d2851e66
4
- data.tar.gz: 30b0b2f8310aaed9c3039ddbd843e584fc1d2ca9
3
+ metadata.gz: 5c59a80d20df6dc9ed07e7352d2832a3b41e430f
4
+ data.tar.gz: b90ee627a80e31750470dd1883a7d04733585d86
5
5
  SHA512:
6
- metadata.gz: d564553924e7515c4d9762a17f4575ec923b9c5af03c72cad588028681527c29eae86fb006ffe2bc842ee7c5c813e80f3fc6bb5584981f5e0c1b66de74706c42
7
- data.tar.gz: 4b7cd5d03cd00d14a9e4659471d8e78c2aa1703868e8c3eca852bc4b1b9f67d37c254981fcdbb256a6136ac08dd93f3aca6ff97b255a2691198f3541d70c117f
6
+ metadata.gz: 25c404ffec5898c163244cebc6d320be39a9575b5395a6e5765b44715886fa343a1c9f6a1b6d525109830d6e7cfd752fed8b36f8f544c9969b3d6de6ea71b1c8
7
+ data.tar.gz: bcb92581e20227a6b64b5b75a24e6c9ec99ab3543da12b7ee599365adc24d08a3bf1e8552f901bb0061f4c6a288a22f2865b4da108f1a03d3d31401a3902e326
data/README.md CHANGED
@@ -3,8 +3,6 @@ IceCream
3
3
 
4
4
  [![Build Status](https://secure.travis-ci.org/camiloribeiro/icecream.png)](http://travis-ci.org/camiloribeiro/icecream)
5
5
 
6
- !!!WORK IN PROGRESS!!!
7
-
8
6
  I was looking for a really simple factory gem, such as factory_grill, but without any magic to use with rails. I was incompetent at that, so I built this really simple Factory called IceCream.
9
7
 
10
8
  It is a IceCream factory. It means that you can fabricate any IceCream flavor that you have in your fridge :D And, as any Factory, you can change the properties of an object that you got from the fridge.
@@ -8,6 +8,7 @@ Gem::Specification.new do |s|
8
8
  s.authors = ["Camilo Ribeiro"]
9
9
  s.email = ["cribeiro@camiloribeiro.com"]
10
10
  s.homepage = "http://github.com/camiloribeiro/icecream"
11
+ s.license = "Apache 2.0"
11
12
  s.summary = %q{Simple Factory to the ones who just wanna a factory}
12
13
  s.description = %q{Simple factory without any active record or external library. Just gem install and use!}
13
14
 
@@ -1,3 +1,3 @@
1
1
  module IceCream
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: icecream
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Camilo Ribeiro
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-11-22 00:00:00.000000000 Z
11
+ date: 2013-11-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry
@@ -93,7 +93,8 @@ files:
93
93
  - spec/parser_spec.rb
94
94
  - spec/spec_helper.rb
95
95
  homepage: http://github.com/camiloribeiro/icecream
96
- licenses: []
96
+ licenses:
97
+ - Apache 2.0
97
98
  metadata: {}
98
99
  post_install_message:
99
100
  rdoc_options: []