versionology 0.1.0 → 0.2.0.pre.alpha.pre.15

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,15 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 9fd71dd24ab3d619e0c1095cd1aee8ad4cf31201
4
- data.tar.gz: b223a7e06ef4699700402723083a32a60882bc7f
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ Nzc3N2E1MjM4ZGZjNTI2NjVkN2RjMzVhYjljMDhhNWJjYmY0MTIzYQ==
5
+ data.tar.gz: !binary |-
6
+ OTc1MzMxMzc4OTYxMjQyMWQ3OGIzZGUxM2YzOTMyYTE3MjQwZTI1YQ==
5
7
  SHA512:
6
- metadata.gz: 65cb663fc93d105824d5e90bc348550d74dd524e9d4b6727db9c7d52f8612c09187e2339869d510224922968454411e957781db1ba1c1efcb24052d7326c2904
7
- data.tar.gz: ab1ea269221026e6bc2b21f52d94bd9a292f433ba4986e7531ed9fd814c3b0df9e34563b45e82cbd3b32bc415b155eb4c6510a3059f11278df0e273ec3ee87e2
8
+ metadata.gz: !binary |-
9
+ NDBmMjE0MWRkYzM5Y2E2Y2NmNjRiMmNlYzQ3YzRkMTM5MmY3MjFmYTJmYTll
10
+ NjkzYjkxNjRjY2ZiYmMwODFhOWIyNmI5MTFjZDYyMDY5NjA4ZmU3NDgwNWY0
11
+ Y2QwYWIzODcwYzY3YzFlNTViNGNhYTcxNWRkMTNmNGNkNzc1MDk=
12
+ data.tar.gz: !binary |-
13
+ MmRmZjQ5NmI3MGJkNWIxY2MyYzI4MTM0OTk0YjdkZTI0NDAxMjIyN2ZmZWRl
14
+ Mjg2YzM0Yjc1NDAzYTM3OTcwNDc0NDMxMGY1ODkyNmRiNzBhMWFhMjExZDUy
15
+ ZWY3YTJjNDZkOGI2NzVjMzE1YjE5ZTM0YzI1YzEyMDg0NDBkYTQ=
data/.travis.yml CHANGED
@@ -1,42 +1,33 @@
1
1
  language: ruby
2
- sudo: true
2
+ sudo: false
3
3
  rvm:
4
4
  - 2.1.3
5
5
  before_install:
6
6
  - gem install bundler -v 1.10.6
7
- - sudo sh -c 'echo "deb http://apt.gemnasium.com stable main" > /etc/apt/sources.list.d/gemnasium.list'
8
- - sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com E5CEAB0AC5F1CA2A
9
- - sudo apt-get update
7
+ - wget -P ./tmp/ https://github.com/gemnasium/toolbelt/releases/download/0.2.6/gemnasium_0.2.6_linux_386.tar.gz
10
8
  install:
11
- - sudo apt-get install gemnasium-toolbelt
12
9
  - bundle install --jobs=3 --retry=3
10
+ - mkdir bin/
11
+ - tar -xzf tmp/gemnasium_0.2.6_linux_386.tar.gz -C bin/
13
12
  script:
14
13
  - bundle exec rake spec
15
14
  - bundle exec rake yard
16
15
  - bundle exec rake abide
17
- after_deploy:
18
- - chmod a+x ./scripts/gemnasium-update.sh
19
- - ./scripts/gemnasium-update.sh
16
+ before_deploy:
17
+ - pwd
18
+ - chmod a+x scripts/gemnasium-update.sh
19
+ - bash scripts/gemnasium-update.sh
20
+ - rm -rf bin/
20
21
  addons:
21
22
  code_climate:
22
23
  repo_token: fbe8fd7318fb7221bf9df72edfcd96be594d070d5c8518d30de61568faeee7e8
23
24
  deploy:
24
- - provider: rubygems
25
+ provider: rubygems
25
26
  api_key:
26
- secure: iUqr4kxkxh5jioaDBjdf2Peu543U8dpaP9bAbkLQ5Lc26hYck8VfqTHzVAveLYsaipsgO7vwTTAKizbAj3eZqnASmb9v+A+Ejgrj6XPnPLpXzRAZsAqx5Qf+zCgiA5gRkI7g653HF160nXje08NpWeXKRpyYZj+oxIEUeGr31SHlffHvMBOVchB9UWl1dfiS2mYLdrFCpBlCgvppO0+Mr3OI8JLfLe3bpA3uES/poFyKFBUbYJZF1p1Hmr1lmIM3vaU6W4rzYWjFzfTxs/LgM6GlhQOgohhsvwD6T+cDNunXGze3V4EzwVtIe5VrzepLaH7DXLaO0PKgv+calXseDeAGTz5nE5eFh+GqKEtYl/FeBz+35m1cDIFYUF7p1uPGM+R+sQmPnUFlu6tFXLrwfDkS/Rorjtl0p922DpZqJnGWDJW1YLFt/OGR5zZ0SY01n/1EkCLyd4K6xVyGU/ErUGgmjmljQyjXd4G/FxFm+ULtCYyS0W0o63wX5EHEU0ftO24H1rM8Vb2ajKRZbF9zy7QnMscnDJRnOsgWUq0IbXecQVxK25wegwA31r/k1ImtKPfeKs92LoQkFZgsi3lh4qJGx2vdqQHnJaQkcZ5ZFuPR4u1tFWnmoFRjNB8eCdiHHrKNLm/zFB6m//C+ebeTpuUf+CoYV1SeWzEBnsiK74c=
27
+ secure: lq9JBMUiJvZceFrveQeqne7GC4yjZ3dFmo+3JfPF0X1tta4ar4oK5KxsP/etj2t0SioMdf46SRIh33Hwmds0EEF073dTdIQMgt7398ie328UehilgkbpuC7N7IKXX9txnTvnGNivXf8zbA8jl6Tffhq3LKY140/c1EP+jkBwqn4jP4dwtxvGD/2no5kGmtaAVOLhGYDnpr4vvxVFDj/JllazkMLN3Ko01xkjU7yAKM6wYqIC+AVKAkHICq2AA7kd8tQTR3n1p5UuS+GK+tsvAqdyrPCVgfEypNgNhzL6NPaGik/TSdjMLNy/gP9aypebQ35Nn1SY683RkRxgELMjfW6Up9Lw+MnrNmj7H1jLZL79EUqJBRorjLCT46e8GL2wVIqqqlR+rVtlIFfhZgIuLW28++BzqNfHhZql3mxdy+oEUGI5a4SM9NtDsvsl5MRCVg6Kp1MXWI6NNmz3HhMbGfv1jkaGf7X77p6HmkPU6U8p5I7n7awea1QdYK+DRnzZZDAt943J9glmAEe1Qv9EiFzl9JD22LxgLV2XpdUH2qYD4wTFzGIA4ZVM0CiHGKsfu1vXnfCsrPYfmuaJMPqbMXxqCatDywrdxAKLsXY4ptQXL0824CkzRZgDfLVUMCjKnrPHeo+hiw8f4xCVh6mCsY8liUH0SMxsS/Z7TuGCrrQ=
27
28
  gem: versionology
28
29
  on:
29
- branch: master
30
30
  repo: Nunnery/versionology
31
- ruby: 2.1.3
32
- - provider: rubygems
33
- api_key:
34
- secure: iUqr4kxkxh5jioaDBjdf2Peu543U8dpaP9bAbkLQ5Lc26hYck8VfqTHzVAveLYsaipsgO7vwTTAKizbAj3eZqnASmb9v+A+Ejgrj6XPnPLpXzRAZsAqx5Qf+zCgiA5gRkI7g653HF160nXje08NpWeXKRpyYZj+oxIEUeGr31SHlffHvMBOVchB9UWl1dfiS2mYLdrFCpBlCgvppO0+Mr3OI8JLfLe3bpA3uES/poFyKFBUbYJZF1p1Hmr1lmIM3vaU6W4rzYWjFzfTxs/LgM6GlhQOgohhsvwD6T+cDNunXGze3V4EzwVtIe5VrzepLaH7DXLaO0PKgv+calXseDeAGTz5nE5eFh+GqKEtYl/FeBz+35m1cDIFYUF7p1uPGM+R+sQmPnUFlu6tFXLrwfDkS/Rorjtl0p922DpZqJnGWDJW1YLFt/OGR5zZ0SY01n/1EkCLyd4K6xVyGU/ErUGgmjmljQyjXd4G/FxFm+ULtCYyS0W0o63wX5EHEU0ftO24H1rM8Vb2ajKRZbF9zy7QnMscnDJRnOsgWUq0IbXecQVxK25wegwA31r/k1ImtKPfeKs92LoQkFZgsi3lh4qJGx2vdqQHnJaQkcZ5ZFuPR4u1tFWnmoFRjNB8eCdiHHrKNLm/zFB6m//C+ebeTpuUf+CoYV1SeWzEBnsiK74c=
35
- gem: versionology
36
- on:
37
- branch: development
38
- repo: Nunnery/versionology
39
- ruby: 2.1.3
40
31
  env:
41
32
  global:
42
33
  GEMNASIUM_TESTSUITE: bundle exec rake
@@ -3,5 +3,5 @@
3
3
  module Versionology
4
4
  # Version of this gem.
5
5
  # @return [String] current version
6
- VERSION = "0.1.0"
6
+ VERSION = "0.2.0"
7
7
  end
data/versionology.gemspec CHANGED
@@ -33,7 +33,7 @@ Gem::Specification.new do |gem|
33
33
  gem.default_executable = gem.executables.first if Gem::VERSION < '1.7.'
34
34
 
35
35
  gem.extensions = glob[gemspec['extensions'] || 'ext/**/extconf.rb']
36
- gem.test_files = glob[gemspec['test_files'] || '{test/{**/}*_test.rb']
36
+ gem.test_files = glob[gemspec['test_files'] || '{spec/{**/}*_spec.rb']
37
37
  gem.extra_rdoc_files = glob[gemspec['extra_doc_files'] || '*.{txt,rdoc}']
38
38
 
39
39
  gem.require_paths = Array(gemspec.fetch('require_paths') {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: versionology
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0.pre.alpha.pre.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Richard Harrah
@@ -14,84 +14,84 @@ dependencies:
14
14
  name: bundler
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ~>
18
18
  - !ruby/object:Gem::Version
19
19
  version: '1.10'
20
20
  type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - "~>"
24
+ - - ~>
25
25
  - !ruby/object:Gem::Version
26
26
  version: '1.10'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rake
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - "~>"
31
+ - - ~>
32
32
  - !ruby/object:Gem::Version
33
33
  version: '10.0'
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - "~>"
38
+ - - ~>
39
39
  - !ruby/object:Gem::Version
40
40
  version: '10.0'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: rspec
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - "~>"
45
+ - - ~>
46
46
  - !ruby/object:Gem::Version
47
47
  version: '3.3'
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - "~>"
52
+ - - ~>
53
53
  - !ruby/object:Gem::Version
54
54
  version: '3.3'
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: yard
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - "~>"
59
+ - - ~>
60
60
  - !ruby/object:Gem::Version
61
61
  version: 0.8.7.6
62
62
  type: :development
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
- - - "~>"
66
+ - - ~>
67
67
  - !ruby/object:Gem::Version
68
68
  version: 0.8.7.6
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: codeclimate-test-reporter
71
71
  requirement: !ruby/object:Gem::Requirement
72
72
  requirements:
73
- - - "~>"
73
+ - - ~>
74
74
  - !ruby/object:Gem::Version
75
75
  version: '0.4'
76
76
  type: :development
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
- - - "~>"
80
+ - - ~>
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0.4'
83
83
  - !ruby/object:Gem::Dependency
84
84
  name: abide
85
85
  requirement: !ruby/object:Gem::Requirement
86
86
  requirements:
87
- - - "~>"
87
+ - - ~>
88
88
  - !ruby/object:Gem::Version
89
89
  version: 0.0.3
90
90
  type: :development
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
- - - "~>"
94
+ - - ~>
95
95
  - !ruby/object:Gem::Version
96
96
  version: 0.0.3
97
97
  description: A generic version parsing library.
@@ -103,12 +103,12 @@ extra_rdoc_files:
103
103
  - LICENSE.txt
104
104
  - README.rdoc
105
105
  files:
106
- - ".codeclimate.yml"
107
- - ".document"
108
- - ".gitignore"
109
- - ".rspec"
110
- - ".travis.yml"
111
- - ".yardopts"
106
+ - .codeclimate.yml
107
+ - .document
108
+ - .gitignore
109
+ - .rspec
110
+ - .travis.yml
111
+ - .yardopts
112
112
  - ChangeLog.rdoc
113
113
  - Gemfile
114
114
  - LICENSE.txt
@@ -117,7 +117,7 @@ files:
117
117
  - gemspec.yml
118
118
  - lib/versionology.rb
119
119
  - lib/versionology/version.rb
120
- - scripts/gemnsasium-autoupdate.sh
120
+ - scripts/gemnasium-update.sh
121
121
  - spec/spec_helper.rb
122
122
  - spec/versionology_spec.rb
123
123
  - versionology.gemspec
@@ -131,19 +131,18 @@ require_paths:
131
131
  - lib
132
132
  required_ruby_version: !ruby/object:Gem::Requirement
133
133
  requirements:
134
- - - ">="
134
+ - - ! '>='
135
135
  - !ruby/object:Gem::Version
136
136
  version: '0'
137
137
  required_rubygems_version: !ruby/object:Gem::Requirement
138
138
  requirements:
139
- - - ">="
139
+ - - ! '>='
140
140
  - !ruby/object:Gem::Version
141
141
  version: '0'
142
142
  requirements: []
143
143
  rubyforge_project:
144
- rubygems_version: 2.4.6
144
+ rubygems_version: 2.4.5
145
145
  signing_key:
146
146
  specification_version: 4
147
147
  summary: A generic version parsing library.
148
148
  test_files: []
149
- has_rdoc: