ez 1.1.1 → 1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 54b5871a9bdd2547b03a59ed1ec58a1762947211
4
- data.tar.gz: b7236a218b32ad1394bce13fc51a2518a18e1305
3
+ metadata.gz: 2e000f2bb4c176bcad05ddb41a221b45938c3eb9
4
+ data.tar.gz: ed47f5be5e3fdc7da5fee68e5ebf53b432e83e2e
5
5
  SHA512:
6
- metadata.gz: d7a89c55b80581736f6be6673ca8cad2bc8c09974a0fd54107e3533e16200af74c11fe719698a9c63805eee12bdfac1a7e502d89e39255fbd39cff9796af7f8e
7
- data.tar.gz: 701467e65e20bfa697196a90715d02586bfcde484c4c8f678eb59c13d90a943011680f0c757f19ed7d30344ff2593c66ff0e05f32e74d28b941d6b6fec831413
6
+ metadata.gz: ac94e18749faa3ce9e99824827a1f2bd7ab4fe3f4d9bd2874d91a38ef1eb4bd9750630464e8168247571364e95a6c1619d964bd32272fd35048f328b5cf49491
7
+ data.tar.gz: 3439b821f13dfc3dd56d073d099a8714bb6fd983c4790b4cda1c394edc74ac4d1a6e08d65e7d5661b1160f8472cf851ee079c9c3f37dd1f3b80741558ef50597
@@ -34,12 +34,12 @@ module EZ
34
34
  f.puts <<-EOS
35
35
  # Example table for a typical Book model.
36
36
  #
37
- Book
38
- title: string
39
- price: integer
40
- author: string
41
- summary: text
42
- hardcover: boolean
37
+ # Book
38
+ # title: string
39
+ # price: integer
40
+ # author: string
41
+ # summary: text
42
+ # hardcover: boolean
43
43
  #
44
44
  # Indent consistently! Follow the above syntax exactly.
45
45
  # Typical column choices are: string, text, integer, boolean, date, and datetime.
@@ -1,3 +1,3 @@
1
1
  module EZ
2
- VERSION = "1.1.1"
2
+ VERSION = "1.1.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ez
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeff Cohen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-06 00:00:00.000000000 Z
11
+ date: 2014-11-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: hirb
@@ -133,7 +133,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
133
133
  version: '0'
134
134
  requirements: []
135
135
  rubyforge_project:
136
- rubygems_version: 2.2.2
136
+ rubygems_version: 2.4.2
137
137
  signing_key:
138
138
  specification_version: 4
139
139
  summary: For educational purposes only.