bali 2.0.0rc1 → 2.0.0
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 +4 -4
- data/README.md +4 -0
- data/lib/bali/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0e4656b297055440ffa3f95c4b402ef9205944e3
|
|
4
|
+
data.tar.gz: 00793b60bed79d06ac0ae2d9edaf07a8b6331bc4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f29d7f76ca30d09aeb996f7bf1a7ad8ccb340552ff68744fd75a1ba7b5a823dabb033022176f545fa5c439495dfa3bfe5b7a8620dad6a62766f3196398c17f5e
|
|
7
|
+
data.tar.gz: a275d79a14aab95e03efb0401f152884c16cfe02f256eb6c16d16bb5936989421c51a6a4318c8885174d09006fcbec92a828d89ac46549bee9404eb44ec0bcfb
|
data/README.md
CHANGED
|
@@ -293,3 +293,7 @@ Bali is proudly available as open source under the terms of the [MIT License](ht
|
|
|
293
293
|
1. `Bali::AuthorizationError` subclass of `StandardError` tailored for raising error regarding with authorisation
|
|
294
294
|
2. Deprecating `cant`, `cant?`, and `cant_all` in favor of `cannot`, `cannot?` and `cannot_all`
|
|
295
295
|
3. new objectors `can!` and `cannot!` to raise error on inappropriate access
|
|
296
|
+
|
|
297
|
+
== Version 2.0.0
|
|
298
|
+
|
|
299
|
+
1. Release!
|
data/lib/bali/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bali
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Adam Pahlevi
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-09-
|
|
11
|
+
date: 2015-09-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -102,9 +102,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
102
102
|
version: '0'
|
|
103
103
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
104
104
|
requirements:
|
|
105
|
-
- - "
|
|
105
|
+
- - ">="
|
|
106
106
|
- !ruby/object:Gem::Version
|
|
107
|
-
version:
|
|
107
|
+
version: '0'
|
|
108
108
|
requirements: []
|
|
109
109
|
rubyforge_project:
|
|
110
110
|
rubygems_version: 2.4.5
|