properties_pattern 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.
- checksums.yaml +4 -4
- data/lib/properties_pattern/version.rb +1 -1
- data/properties_pattern.gemspec +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 35fd9e029e3261c7b3576ff1c21c5ec3114615c4
|
4
|
+
data.tar.gz: 2db88210a76de26e14ea31f79390f9f75c12421c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a042eded528b1a4c9a0944fc2d1d37fe23959a8e6ce3cc67afd63a67ef0c82676411943a61f8167a1e2e1f2069cc40efb06ba4eaf5b44e2eaf02773a4532fb27
|
7
|
+
data.tar.gz: b73c452b5cf4806a36dfd41c0de55c7a8387183647dae41add5c3894385ed640d87c9b81ab1921993892d31284f8e365d637b027ce2ccfc8db65d3da79c39bee
|
data/properties_pattern.gemspec
CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
|
|
9
9
|
spec.authors = ['Joshua Grosso']
|
10
10
|
spec.email = ['jgrosso@dynamynd.com']
|
11
11
|
|
12
|
-
spec.summary = %q{Use prototypal objects in Ruby.}
|
12
|
+
spec.summary = %q{Use the Properties pattern (e.g. prototypal objects, like in JavaScript's object system) in Ruby.}
|
13
13
|
# spec.description = %q{TODO: Write a longer description or delete this line.}
|
14
14
|
spec.homepage = 'https://www.github.com/jgrosso/ruby-properties-pattern'
|
15
15
|
spec.license = 'MIT'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: properties_pattern
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Joshua Grosso
|
@@ -96,5 +96,6 @@ rubyforge_project:
|
|
96
96
|
rubygems_version: 2.4.5.1
|
97
97
|
signing_key:
|
98
98
|
specification_version: 4
|
99
|
-
summary: Use prototypal objects in
|
99
|
+
summary: Use the Properties pattern (e.g. prototypal objects, like in JavaScript's
|
100
|
+
object system) in Ruby.
|
100
101
|
test_files: []
|