ordinare 0.2.4 → 0.2.5

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0abec2f62b5854d233b27991419284c6b49da7c2
4
- data.tar.gz: 15de8a890b14820fab38f7ca88038a34fdce5043
3
+ metadata.gz: 71fd92e8f0fe714048ec3dc905e1d6d6db0eca26
4
+ data.tar.gz: bdb7ed7e1d2903c6d232054545dea7e4e193e5c7
5
5
  SHA512:
6
- metadata.gz: e7e0bbb69004f6e926beb08340f0c0ab6ba7f7d2be5127e91561682756001c0f90c72629f04a02c42e525af745f21319b8aa72df67809bfa2c29cba269f3f50f
7
- data.tar.gz: 5559ef647333336b57d6a19f2642f6a869de5b9104b33ca9d56a414a34bc513cd5633bce0f9e1cfd1b4442ff0f300cd6dc5241dbe29f5be192bf81eda0babd7b
6
+ metadata.gz: c05d6eb983d685e6094d28cd1f0715b077180fe56b53da566fc9921304530d94081e59a3badb7c710a4c979ac32737134dce1108642c6a0f4a26857a3fbfe3c8
7
+ data.tar.gz: dd855cb23b01ddce082dff55deeed5d7b8ef5f5ec76d7d69f42583ab6676e35586f0c1a2a4e170adc0497beb11acf26a33b85cc29753cadd4bca56cbc1fbd20f
@@ -47,7 +47,7 @@ module Ordinare
47
47
 
48
48
  def find_ranges_of_gems(content)
49
49
  gems = content.each_with_index.map do |line, index|
50
- if line.start_with?("gem ")
50
+ if line.strip.start_with?("gem ")
51
51
  index
52
52
  end
53
53
  end
@@ -1,3 +1,3 @@
1
1
  module Ordinare
2
- VERSION = "0.2.4"
2
+ VERSION = "0.2.5"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ordinare
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nikola Đuza
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-07-29 00:00:00.000000000 Z
11
+ date: 2017-07-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec
@@ -60,7 +60,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
60
60
  version: '0'
61
61
  requirements: []
62
62
  rubyforge_project:
63
- rubygems_version: 2.4.5.2
63
+ rubygems_version: 2.5.2
64
64
  signing_key:
65
65
  specification_version: 4
66
66
  summary: Sort your gems in Gemfile with ease