adrian 1.5.0 → 2.0.0
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +11 -0
- data/lib/adrian/version.rb +1 -1
- metadata +5 -4
data/README.md
CHANGED
@@ -21,3 +21,14 @@ Or install it yourself as:
|
|
21
21
|
## Usage
|
22
22
|
|
23
23
|
TODO: Write usage instructions here
|
24
|
+
|
25
|
+
## Copyright and license
|
26
|
+
|
27
|
+
Copyright 2013 Zendesk
|
28
|
+
|
29
|
+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
|
30
|
+
You may obtain a copy of the License at
|
31
|
+
|
32
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
33
|
+
|
34
|
+
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
|
data/lib/adrian/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: adrian
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 2.0.0
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2013-
|
13
|
+
date: 2013-02-20 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: rake
|
@@ -95,8 +95,9 @@ files:
|
|
95
95
|
- test/worker_test.rb
|
96
96
|
- README.md
|
97
97
|
- CONTRIBUTING.md
|
98
|
-
homepage: https://github.com/
|
99
|
-
licenses:
|
98
|
+
homepage: https://github.com/zendesk/adrian
|
99
|
+
licenses:
|
100
|
+
- Apache License Version 2.0
|
100
101
|
post_install_message:
|
101
102
|
rdoc_options: []
|
102
103
|
require_paths:
|