praxis-blueprints 1.1.1 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 97b7352ecab8d56459df9325ca4950ef87f8ebb1
4
- data.tar.gz: bde131b221dd5535017d22a7b54c592565a7d27c
3
+ metadata.gz: cc026836ebcbda29b7cba8d4a0bfae53b450969b
4
+ data.tar.gz: 42b68fb6981428da9acaf054507b16ce00606633
5
5
  SHA512:
6
- metadata.gz: a48ba08bf752647dec66aaf024d230d2e97ad26d157c5e0f2969ace71c23b2d3de14c27d8fd2aa694c717246b47b43b60ee971e0f4ef6102f880b5e636a4e781
7
- data.tar.gz: 59ff0611ce4a0322f7bda51af02928a482bc556a4a2f1362a126ab59ddbdbc58612bf5014047ecd06c3821822154b91cd5ca3976f81972101bf09b7a2c384fc0
6
+ metadata.gz: 11162b7589b516b84585df4d074123065ba5017ee712993c9bea8c17e2d19d598059a00c54a6dd01e7c0eab4f097041d9753f6da37d96368986d72c346431c26
7
+ data.tar.gz: 96cb3ccf1238acec2e3b0a41456fe9cd0e965e4103000920d1b2486b8aa762bfd3cf6058678c8058eaa9e488eb0be39208d29c17e8a670737469225b9f21e47e
data/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  ## next
4
4
 
5
+ ## 1.2.0
6
+
5
7
  * `Blueprint` readers now always `load` the value for an attribute before returning it.
6
8
 
7
9
  ## 1.1.0
@@ -1,3 +1,3 @@
1
1
  module Praxis
2
- BLUEPRINTS_VERSION = "1.1.1"
2
+ BLUEPRINTS_VERSION = "1.2.0"
3
3
  end
@@ -6,7 +6,6 @@ Gem::Specification.new do |spec|
6
6
  spec.name = "praxis-blueprints"
7
7
  spec.version = Praxis::BLUEPRINTS_VERSION
8
8
  spec.authors = ["Josep M. Blanquer","Dane Jensen"]
9
- spec.date = "2014-08-15"
10
9
  spec.summary = %q{Attributes, views, rendering and example generation for common Blueprint Structures.}
11
10
  spec.description = "Praxis Blueprints is a library that allows for defining a reusable class structures that has a set of typed attributes and a set of views with which to render them. Instantiations of Blueprints resemble ruby Structs which respond to methods of the attribute names. Rendering is format-agnostic in that
12
11
  it results in a structured hash instead of an encoded string. Blueprints can automatically generate object structures that follow the attribute definitions."
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: praxis-blueprints
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josep M. Blanquer
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-08-15 00:00:00.000000000 Z
12
+ date: 2015-02-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: randexp