rattributes 0.0.1 → 0.0.2

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: ff212a60c3aecabdd0f6088c9b3bed5bca26ff53
4
- data.tar.gz: 3a1a2bc2637edae3d6ff6248ad94f3915b9e05f3
3
+ metadata.gz: 82600854fd92659f426e29d9f2c5d3667923503f
4
+ data.tar.gz: 79893c0f31d46ac18f9a34982dd9c89e90f84cd1
5
5
  SHA512:
6
- metadata.gz: 460b16a7c79f52b9f0878d46a5aeb6793ca5b0e755cf7b857848a91999e9673293af10449849c334cd5ca9930f57fa6efaf56eabd3101ad01e7cba2f96edb676
7
- data.tar.gz: ded96f538a144e1f62e8a26bc47539da6b613e0a733e290aaa6ac214d5e74a4fb56add73f3a4da601b1d4777eed0d3e70eb6d8b7fdd428cf01640b1e0f6d954c
6
+ metadata.gz: ec2a094d069d420a1b8be17b2864736aaf3d138e373452e902fb428af0a2661e37ff13c8a9a65def7a9c3f41212acd5cd28ef23eac1d143b448a6f844be34753
7
+ data.tar.gz: 67bc4bcb1a7c2e4d20591477d1ad23ee88af54065118ce299fe3c870acf4d62b9727385ed0dd440536afa3083b422eeb1352cdb679dec924a7cd55eb76010896
data/lib/rattributes.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  class Rattributes < Module
2
2
 
3
- VERSION = '0.0.1'
3
+ VERSION = '0.0.2'
4
4
 
5
5
  def initialize(*attributes)
6
6
  @attributes = attributes
data/rattributes.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["cameronmartin123@gmail.com"]
11
11
  spec.description = %q{Read-only structs for ruby}
12
12
  spec.summary = spec.description
13
- spec.homepage = ""
13
+ spec.homepage = "https://github.com/cameron-martin/rattributes"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files`.split($/)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rattributes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cameron Martin
@@ -67,7 +67,7 @@ files:
67
67
  - lib/rattributes.rb
68
68
  - rattributes.gemspec
69
69
  - spec/rattributes_spec.rb
70
- homepage: ''
70
+ homepage: https://github.com/cameron-martin/rattributes
71
71
  licenses:
72
72
  - MIT
73
73
  metadata: {}