snuffle 0.14.0 → 0.14.1

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: be82187f6d2b734240dd36555ab530cfbfe6e4be
4
- data.tar.gz: eb57d17b6d4aba3c8114e55169b60b099715254a
3
+ metadata.gz: d25ad3e768119fc7283af301a35984c8b3818a6f
4
+ data.tar.gz: 5968bb2a7982d356efe1fd40d6c9d33177c35d2f
5
5
  SHA512:
6
- metadata.gz: 80457fff5e73a70dfbf62ce6fd3b7ae86f4076dfe1abc103f6b4f6be3f0623357063d13e2419861be4a4ab37ea958e93d8907e9a083c67997a6d0f301e35bb4d
7
- data.tar.gz: aa36f7fc893adbf5c098fbea48226ce33947d074159a2a8751fb4ffd9c2565e1a94f21a77de8d11c7c9ab27e78daa7bfc7ef8d4f87580a178e9a7d23e734bcc4
6
+ metadata.gz: 4d315b59ac4d3f4f5eee29b3b52e54bdd072a880ffb74bf2a9ba76bcef8c0fd5cf780b18a304c1c3fcb9ae0a70c112becb61d420aff06644c00980e19134a9fd
7
+ data.tar.gz: 65ab0f5c83e554fbd549794ae08710f7b851f04dc6aa526a7e4749426bbe7b6adc34fe59d3f2585ec41ecec0fab631df7da1366d384782bc4a4f9531239c34d9
data/README.md CHANGED
@@ -12,6 +12,8 @@ tell you that you might want to extract those methods to a latent Address class.
12
12
  Please note that Snuffle is still pre-release and will not be ready for serious
13
13
  use until it hits version 1.0.0.
14
14
 
15
+ Based on an idea developed with Kerri Miller (@kerrizor).
16
+
15
17
  ## Installation
16
18
 
17
19
  Add this line to your application's Gemfile:
@@ -51,8 +51,7 @@ module Snuffle
51
51
  path_to_file: self.path_to_file,
52
52
  cohorts: cohorts,
53
53
  latent_objects: latent_objects,
54
- arg_clumps: arg_clumps,
55
- source: self.source
54
+ arg_clumps: arg_clumps
56
55
  )
57
56
  end
58
57
 
@@ -1,3 +1,3 @@
1
1
  module Snuffle
2
- VERSION = "0.14.0"
2
+ VERSION = "0.14.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: snuffle
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.0
4
+ version: 0.14.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Coraline Ada Ehmke
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-04-09 00:00:00.000000000 Z
12
+ date: 2015-05-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: parser