versionize 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE +17 -18
  3. data/README.md +3 -5
  4. data/lib/versionize.rb +1 -1
  5. metadata +13 -17
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 1ea8f6b56f6aed7269503b728638c6c1cd3ccdb1
4
+ data.tar.gz: b6377267b5923571315797ddc4e983e7c03b9d92
5
+ SHA512:
6
+ metadata.gz: a54931ba61588e1e3ded0090e704d56b5b7f17eaf15a46e906be75244235051c6a531fd3538059614bdaab59e89f0d1c658a152e6043f22f0ef519ab9723aee7
7
+ data.tar.gz: 1079f79b30c12f5703e9dc4a10202ae9fb3906fefd4b3a66c343c32aff203ad48c8992037b8374ba36152a57e5bea233c957c3b2ba1e115544d0c7c479b820ae
data/LICENSE CHANGED
@@ -1,23 +1,22 @@
1
- # Open Works License
1
+ Permission is hereby granted by the holder(s) of copyright or other legal
2
+ privileges, author(s) or assembler(s), and contributor(s) of this work, to any
3
+ person who obtains a copy of this work in any form, to reproduce, modify,
4
+ distribute, publish, sell, sublicense, use, and/or otherwise deal in the
5
+ licensed material without restriction, provided the following conditions are
6
+ met.
2
7
 
3
- This is version 0.9.2 of the Open Works License.
4
-
5
- ## Terms
6
-
7
- Permission is hereby granted by the copyright holder(s), author(s), and
8
- contributor(s) of this work, to any person who obtains a copy of this work in
9
- any form, to reproduce, modify, distribute, publish, sell, use, or otherwise
10
- deal in the licensed material without restriction, provided the following
11
- conditions are met:
12
-
13
- Redistributions, modified or unmodified, in whole or in part, must retain
14
- applicable copyright notices, the above license notice, these conditions, and
15
- the following disclaimer.
8
+ Redistributions, modified or unmodified, in whole or in part, must make
9
+ applicable copyright and other legal privilege notices, the above license
10
+ notice, these conditions, and the following disclaimer, freely available to
11
+ recipients on distribution through one of the following means, in descending
12
+ order of preferability: incorporated into the work, provided with the work,
13
+ presented via the medium or method of distribution for the work, or upon
14
+ request by recipients of the work while the work is offered for distribution.
16
15
 
17
16
  NO WARRANTY OF ANY KIND IS IMPLIED BY, OR SHOULD BE INFERRED FROM, THIS LICENSE
18
17
  OR THE ACT OF DISTRIBUTION UNDER THE TERMS OF THIS LICENSE, INCLUDING BUT NOT
19
18
  LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE,
20
- AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
21
- LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER LIABILITY, WHETHER IN AN ACTION OF
22
- CONTRACT, TORT, OR OTHERWISE, ARISING FROM, OUT OF, OR IN CONNECTION WITH THE
23
- WORK, OR THE USE OF OR OTHER DEALINGS IN THE WORK.
19
+ AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS, ASSEMBLERS, OR HOLDERS OF
20
+ COPYRIGHT OR OTHER LEGAL PRIVILEGE BE LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER
21
+ LIABILITY, WHETHER IN ACTION OF CONTRACT, TORT, OR OTHERWISE ARISING FROM, OUT
22
+ OF, OR IN CONNECTION WITH THE WORK OR THE USE OF OR OTHER DEALINGS IN THE WORK.
data/README.md CHANGED
@@ -47,8 +47,6 @@ That's about all there is to it.
47
47
 
48
48
  ## credits
49
49
 
50
- This program was written by Chad Perrin, Copyright 2012. It can be
51
- redistributed under the terms of the Open Works License (see LICENSE file).
52
- More information about the OWL can be found at:
53
-
54
- http://owl.apotheon.org
50
+ This program was written by Chad Perrin, Copyright 2012. It may (conveniently)
51
+ be redistributed under the terms of the Detachable Public License. For
52
+ details, see the LICENSE file.
@@ -21,7 +21,7 @@ sub-versions (+:major+, +:minor+, and +:revision+) to desired values.
21
21
  @version = {
22
22
  :major => 1,
23
23
  :minor => 0,
24
- :revision => 0
24
+ :revision => 1
25
25
  }
26
26
 
27
27
  module ClassMethods
metadata CHANGED
@@ -1,19 +1,17 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: versionize
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
5
- prerelease:
4
+ version: 1.0.1
6
5
  platform: ruby
7
6
  authors:
8
7
  - Chad Perrin
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2012-10-23 00:00:00.000000000 Z
11
+ date: 2015-04-20 00:00:00.000000000 Z
13
12
  dependencies: []
14
- description: ! ' Versionize exists to provide simple version management and reporting.
15
-
16
- '
13
+ description: |2
14
+ Versionize exists to provide simple version management and reporting.
17
15
  email: code@apotheon.net
18
16
  executables: []
19
17
  extensions: []
@@ -22,31 +20,29 @@ files:
22
20
  - LICENSE
23
21
  - README.md
24
22
  - lib/versionize.rb
25
- homepage: http://versionize.fossrec.com
23
+ homepage: http://fossrec.com/u/apotheon/versionize
26
24
  licenses:
27
- - OWL
28
- post_install_message: ! ' Thank you for using Versionize. See the rdoc for details.
29
-
30
- '
25
+ - DPL
26
+ metadata: {}
27
+ post_install_message: |2
28
+ Thank you for using Versionize. See the rdoc for details.
31
29
  rdoc_options: []
32
30
  require_paths:
33
31
  - lib
34
32
  required_ruby_version: !ruby/object:Gem::Requirement
35
- none: false
36
33
  requirements:
37
- - - ! '>='
34
+ - - ">="
38
35
  - !ruby/object:Gem::Version
39
36
  version: '0'
40
37
  required_rubygems_version: !ruby/object:Gem::Requirement
41
- none: false
42
38
  requirements:
43
- - - ! '>='
39
+ - - ">="
44
40
  - !ruby/object:Gem::Version
45
41
  version: '0'
46
42
  requirements: []
47
43
  rubyforge_project:
48
- rubygems_version: 1.8.15
44
+ rubygems_version: 2.4.6
49
45
  signing_key:
50
- specification_version: 3
46
+ specification_version: 4
51
47
  summary: Versionize - simple software versions
52
48
  test_files: []