scint 0.6.0 → 0.7.0

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.
data/lib/scint.rb CHANGED
@@ -59,6 +59,7 @@ module Scint
59
59
  autoload :Progress, "scint/progress"
60
60
  autoload :FS, "scint/fs"
61
61
  autoload :Platform, "scint/platform"
62
+ autoload :SpecUtils, "scint/spec_utils"
62
63
 
63
64
  # Errors
64
65
  autoload :BundlerError, "scint/errors"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scint
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tobi Lutke
@@ -69,6 +69,7 @@ files:
69
69
  - lib/scint/source/git.rb
70
70
  - lib/scint/source/path.rb
71
71
  - lib/scint/source/rubygems.rb
72
+ - lib/scint/spec_utils.rb
72
73
  - lib/scint/vendor/pub_grub.rb
73
74
  - lib/scint/vendor/pub_grub/assignment.rb
74
75
  - lib/scint/vendor/pub_grub/basic_package_source.rb