openstruct-from_hash.rb 0.2.0 → 0.2.1

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
  SHA256:
3
- metadata.gz: 36dcd12474ab1874aaae0c5fa7c1ba103ab9b8986f9bff05d2fda141e669a4c9
4
- data.tar.gz: 0ec83879880fdaf82e8e061869581e05f4349c71ac020719cb1cff4516da1736
3
+ metadata.gz: 7ecbbbc34455b4034bacf91a42917e6cb43e93f181c89ba71c496b6b960841bf
4
+ data.tar.gz: e24d52488b0de1a58eaa23f767c30b0964eea331cadcb2e9495c7e3f0e38fdda
5
5
  SHA512:
6
- metadata.gz: 4dbb060625aeb9403163507ad1f37c8ae23f4ca823add8939cf73e6a9af12a58902c48b82174050a92b5da595504ce3b5e85fc0b6eec95538c9bc364b09feb5b
7
- data.tar.gz: d62fd0ed82bc491147edc22252fefafb2b17ef0e40a5141c4aff420f45c6e72b481bdaa084dedc94adba8847ddf65a1ffae4b267990cfb3d37417d2f8a9ec56b
6
+ metadata.gz: 2a9c91b2dd8563bf288a148e216c044790b4cb2fbe91e272d48e4b9c2d07be37ae1c1e12a9dbe0ea79a25bc92fcdb89595d021fd8057933acef426a6acad0375
7
+ data.tar.gz: b2918d0434e3c0c4bece874effcf324c2f70fcf0ff55fe5dd717b436a48f8ada9e6998da60668ac4ac5b39164aaa3c4c0b17e5234bacb4c416c0bc63a21cbc4d
data/LICENSE.txt CHANGED
@@ -1,8 +1,7 @@
1
1
  MIT License
2
2
 
3
- Copyright 2017
4
- 1xAB Software
5
- https://gitlab.com/1xAB
3
+ Copyright 2018
4
+ Robert Gleeson
6
5
 
7
6
  Permission is hereby granted, free of charge, to any person obtaining a copy
8
7
  of this software and associated documentation files (the "Software"), to deal
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = 'openstruct-from_hash.rb'
3
- spec.version = '0.2.0'
3
+ spec.version = '0.2.1'
4
4
  spec.authors = ['Robert Gleeson']
5
5
  spec.email = 'trebor.g@protonmail.com'
6
6
  spec.files = `git ls-files`.each_line.map(&:chomp)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: openstruct-from_hash.rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Robert Gleeson