act_as_time_as_boolean 0.1.0 → 0.1.1
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.
- data/.travis.yml +4 -0
- data/README.md +5 -0
- data/lib/act_as_time_as_boolean/version.rb +1 -1
- metadata +2 -1
data/.travis.yml
ADDED
data/README.md
CHANGED
@@ -1,5 +1,7 @@
|
|
1
1
|
# ActAsTimeAsBoolean
|
2
2
|
|
3
|
+
[![Build Status][travis_img]][travis_url]
|
4
|
+
|
3
5
|
_Add time_as_boolean feature to your ruby classes_
|
4
6
|
|
5
7
|
## Installation
|
@@ -53,3 +55,6 @@ p item.inactive?
|
|
53
55
|
## Licence
|
54
56
|
|
55
57
|
Released under the MIT License. See the [LICENSE](https://github.com/caedes/act_as_time_as_boolean/blob/master/LICENSE.md) file for further details.
|
58
|
+
|
59
|
+
[travis_img]: https://travis-ci.org/caedes/act_as_time_as_boolean.png?branch=master
|
60
|
+
[travis_url]: https://travis-ci.org/caedes/act_as_time_as_boolean
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: act_as_time_as_boolean
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -51,6 +51,7 @@ extensions: []
|
|
51
51
|
extra_rdoc_files: []
|
52
52
|
files:
|
53
53
|
- .gitignore
|
54
|
+
- .travis.yml
|
54
55
|
- Gemfile
|
55
56
|
- LICENSE.md
|
56
57
|
- README.md
|