parse_gemspec 0.5.0 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: be6b760e7031b45fd7f74d63b110b8a60be059f6
4
- data.tar.gz: e04833ff185d39f8831493e9db00bc745a2d238b
3
+ metadata.gz: 402cbc41fb83c76d7fd4b9582d56ba6c2c2709a8
4
+ data.tar.gz: e16278a47ab4ff36c7d4c39963fe255138cbec6d
5
5
  SHA512:
6
- metadata.gz: ed3a5dff661fee3e7ff380618f16ab1a8b897f07b7b8b4276bf7ca618bbc1b640ed6ec7c1a9793a0f679a6037d2ba369829b274383d715dfdd6aad25a5e73ae7
7
- data.tar.gz: 054b688d4d0bff0443d925bd3563f92ee2f466858ce3df273ee60b9640fdaf1a82ae195d30a58ef61e7a56bf3f78cd6fe492db07aee6f724451efb419265b071
6
+ metadata.gz: 29d145ef02b86e9cb79cd6c513c4ebfdc2dc7bc085abdf05e1eaf50865af856ee37338e7c1ea7bee729eefa9bcb9f9851ef29a7963413bcea0963edad094b791
7
+ data.tar.gz: 6d91aad0a0e859b0a06cd3edf937861c2b3da8e85a6a2bd9e29ac68de5d230af523132acbca6d429127ca04cf3b4df028032c8faf45ba3b39e10be9c62e212e1
File without changes
data/.gitignore CHANGED
File without changes
File without changes
File without changes
@@ -1,8 +1,10 @@
1
1
  language: "ruby"
2
2
  rvm:
3
- - "2.0"
4
- - "2.1"
5
- - "2.2"
3
+ - "2.0.0"
4
+ - "2.1.10"
5
+ - "2.2.6"
6
+ - "2.3.3"
7
+ - "2.4.0"
6
8
  - "ruby-head"
7
9
  matrix:
8
10
  allow_failures:
File without changes
data/Gemfile CHANGED
File without changes
File without changes
data/README.md CHANGED
File without changes
data/Rakefile CHANGED
File without changes
@@ -1,3 +1,9 @@
1
+ <a name="1.0.0"></a>
2
+ # [1.0.0](https://github.com/packsaddle/ruby-parse_gemspec/compare/v0.5.0...v1.0.0) (2017-01-01)
3
+
4
+ * Requires ruby version 2.0
5
+
6
+
1
7
  <a name="0.5.0"></a>
2
8
  # [0.5.0](https://github.com/packsaddle/ruby-parse_gemspec/compare/v0.4.0...v0.5.0) (2015-09-24)
3
9
 
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -1,7 +1,7 @@
1
1
  module ParseGemspec
2
2
  class Specification
3
3
  extend Forwardable
4
- def_delegators :@spec, :name, :version, :authors, :description, :homepage
4
+ def_delegators :@spec, :name, :authors, :description, :homepage
5
5
  def_delegators :@spec, :email, :metadata, :summary, :licenses
6
6
 
7
7
  def self.load(file)
@@ -15,10 +15,14 @@ module ParseGemspec
15
15
  @spec = spec
16
16
  end
17
17
 
18
+ def version
19
+ @spec.version.version
20
+ end
21
+
18
22
  def to_hash_object # rubocop:disable Metrics/MethodLength
19
23
  {
20
24
  name: name,
21
- version: version.version,
25
+ version: version,
22
26
  authors: authors,
23
27
  description: description,
24
28
  email: email,
@@ -1,3 +1,3 @@
1
1
  module ParseGemspec
2
- VERSION = '0.5.0'
2
+ VERSION = '1.0.0'
3
3
  end
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "devDependencies": {
3
- "conventional-changelog": "0.4.3",
3
+ "conventional-changelog": "0.5.1",
4
4
  "npm-check-updates": "^2.2.3",
5
5
  "urijs": "^1.16.1"
6
6
  },
@@ -16,6 +16,7 @@ Gem::Specification.new do |spec|
16
16
  'Parse *.gemspec file. Convert to Ruby Hash object.'
17
17
  spec.homepage = ParseGemspec::HOMEPAGE
18
18
  spec.license = 'MIT'
19
+ spec.required_ruby_version = '>= 2.0'
19
20
 
20
21
  spec.files = `git ls-files -z`
21
22
  .split("\x0")
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: parse_gemspec
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - sanemat
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-09-24 00:00:00.000000000 Z
11
+ date: 2017-01-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -94,7 +94,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
94
94
  requirements:
95
95
  - - ">="
96
96
  - !ruby/object:Gem::Version
97
- version: '0'
97
+ version: '2.0'
98
98
  required_rubygems_version: !ruby/object:Gem::Requirement
99
99
  requirements:
100
100
  - - ">="
@@ -102,7 +102,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
102
102
  version: '0'
103
103
  requirements: []
104
104
  rubyforge_project:
105
- rubygems_version: 2.4.5
105
+ rubygems_version: 2.5.1
106
106
  signing_key:
107
107
  specification_version: 4
108
108
  summary: Parse *.gemspec file. Convert to Ruby Hash object.