class_attribute 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fdf8d887ab8f2e3153b2995e703b7dd8375814ed
4
- data.tar.gz: 348808a135c81aac69396b5d038df36eb8b4f004
3
+ metadata.gz: 8efc6f82448709188aabdf1c078f6914b21e8228
4
+ data.tar.gz: 956f08cf4709a471d1e9121d200535d9857b9221
5
5
  SHA512:
6
- metadata.gz: 390f6e70af3e462820beb6c64d774dd9113d2b1b216cd19f9996f82f2223b98e955fdeb2d1f1fa75052c1dedab68ae93235d19fe1d0b9e1023490412f09356ef
7
- data.tar.gz: 4d3cd74375751e68e699d553ef77d2f99d4b18af207429c924e7126914cb22826b0cd7eb9d655370a4596de9ebcc814b6fa78a9b221a5be824c0bb5db8529f77
6
+ metadata.gz: a42098a1f0b90a395653455af83bd9d29f8304e36db07bbeb41bf508ead048b8c77187f94dc1907b71bd877f47c69f3501fed447b41754ae41e8de7d6bde7b8c
7
+ data.tar.gz: 03826a06c7bbf14c45df1db72b9d8244cd92c7c580ad77ce332dc79d4678854e022343104ae0962a7be1bb689ad01eac67a305b836a06288e524df3bbb203721
data/README.md CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
  Inheritable class level variable accessors
4
4
 
5
+ ## Status
6
+ [![Coverage Status](https://coveralls.io/repos/sandelius/class_attribute/badge.svg?branch=master)](https://coveralls.io/r/sandelius/class_attribute?branch=master)
7
+ [![Build Status](https://travis-ci.org/sandelius/class_attribute.svg?branch=master)](https://travis-ci.org/sandelius/class_attribute)
8
+ [![Code Climate](https://codeclimate.com/github/sandelius/class_attribute/badges/gpa.svg)](https://codeclimate.com/github/sandelius/class_attribute)
9
+
5
10
  ## Installation
6
11
 
7
12
  Add this line to your application's Gemfile:
@@ -20,7 +25,7 @@ Or install it yourself as:
20
25
 
21
26
  ## Usage
22
27
 
23
- TODO: Write usage instructions here
28
+ [View here...](https://github.com/sandelius/class_attribute/blob/master/test/unit/class_attribute_test.rb)
24
29
 
25
30
  ## Contributing
26
31
 
@@ -12,7 +12,6 @@ Gem::Specification.new do |spec|
12
12
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
13
13
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
14
14
  spec.require_paths = ['lib']
15
- spec.required_ruby_version = '~> 2.2.0'
16
15
 
17
16
  spec.add_development_dependency 'bundler', '~> 1.6'
18
17
  spec.add_development_dependency 'rake', '~> 10'
@@ -1,3 +1,3 @@
1
1
  module ClassAttribute
2
- VERSION = '0.1.1'.freeze
2
+ VERSION = '0.1.2'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: class_attribute
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tobias Sandelius
@@ -110,9 +110,9 @@ require_paths:
110
110
  - lib
111
111
  required_ruby_version: !ruby/object:Gem::Requirement
112
112
  requirements:
113
- - - "~>"
113
+ - - ">="
114
114
  - !ruby/object:Gem::Version
115
- version: 2.2.0
115
+ version: '0'
116
116
  required_rubygems_version: !ruby/object:Gem::Requirement
117
117
  requirements:
118
118
  - - ">="