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 +4 -4
- data/README.md +0 -2
- data/icecream.gemspec +1 -0
- data/lib/icecream/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5c59a80d20df6dc9ed07e7352d2832a3b41e430f
|
|
4
|
+
data.tar.gz: b90ee627a80e31750470dd1883a7d04733585d86
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 25c404ffec5898c163244cebc6d320be39a9575b5395a6e5765b44715886fa343a1c9f6a1b6d525109830d6e7cfd752fed8b36f8f544c9969b3d6de6ea71b1c8
|
|
7
|
+
data.tar.gz: bcb92581e20227a6b64b5b75a24e6c9ec99ab3543da12b7ee599365adc24d08a3bf1e8552f901bb0061f4c6a288a22f2865b4da108f1a03d3d31401a3902e326
|
data/README.md
CHANGED
|
@@ -3,8 +3,6 @@ IceCream
|
|
|
3
3
|
|
|
4
4
|
[](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.
|
data/icecream.gemspec
CHANGED
|
@@ -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
|
|
data/lib/icecream/version.rb
CHANGED
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.
|
|
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-
|
|
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: []
|