polytrix 0.1.1 → 0.1.2

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: a7ffce1e75b5eb183162405a377b984462fc0bc9
4
- data.tar.gz: 747e6c4a45538f02101cb551c2e8e766efd0fbfe
3
+ metadata.gz: 93880fb633954c24e251130dc5e0c081400ec997
4
+ data.tar.gz: d35447d2afba85aacdcbee6649585d954bea2ea7
5
5
  SHA512:
6
- metadata.gz: 13df8aff0ebe16f43ad0ea00d7e77e463c2675a316a9d660c3955475ff631fb9e030f619bfe6c11ac0fb0c5844a57e366654b5c77ad32c1abb136fc66088e2a8
7
- data.tar.gz: ac2e37d38cd6b2823d05c88199f0fc03ab55887628f9020472ca6d3bfff9bf8a2c034bb56e06f2d58b065b140efdca980fe80baa60c1316fcde1bbdf5fd88dad
6
+ metadata.gz: 1becb340432f945b10a1cab57bc07e0cfbe3fd581d6d79b743618733aecf4b613cb2be601f183b1f5b22b3b47a4c37db014f4e4261ac0051fdcd578db0f6a918
7
+ data.tar.gz: 0ebfb10bbf10b26f28f2eac0bfbc5b6b58748e27119011dece8142a33db066426a383f4b8c54e144e3a48867c2ffbe48cbc6eced69f8535c0373e54678254cb2
@@ -88,7 +88,7 @@ module Polytrix
88
88
  suites = {}
89
89
  solo_basedir = @options.solo
90
90
  solo_glob = @options.fetch('solo_glob', "**/*.{#{SUPPORTED_EXTENSIONS.join(',')}}")
91
- Dir[File.join(solo_basedir, solo_glob)].each do | code_sample |
91
+ Dir[File.join(solo_basedir, solo_glob)].sort.each do | code_sample |
92
92
  code_sample = Pathname.new(code_sample)
93
93
  suite_name = relativize(code_sample.dirname, solo_basedir).to_s
94
94
  suite_name = solo_basedir if suite_name == '.'
@@ -1,3 +1,3 @@
1
1
  module Polytrix
2
- VERSION = '0.1.1'
2
+ VERSION = '0.1.2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: polytrix
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Max Lincoln
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-24 00:00:00.000000000 Z
11
+ date: 2014-09-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor