pyramid_scheme 0.1.2 → 0.1.3

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/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.2
1
+ 0.1.3
@@ -6,7 +6,8 @@ module PyramidScheme
6
6
  '.sph',
7
7
  '.spi',
8
8
  '.spm',
9
- '.spp'
9
+ '.spp',
10
+ '.spk'
10
11
  ]
11
12
 
12
13
  def initialize(options = {})
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{pyramid_scheme}
8
- s.version = "0.1.2"
8
+ s.version = "0.1.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Dan Pickett"]
@@ -56,7 +56,8 @@ describe PyramidScheme::IndexProvider::FileSystem do
56
56
  '.spa',
57
57
  '.sph',
58
58
  '.spm',
59
- '.spp'
59
+ '.spp',
60
+ '.spk'
60
61
  ].collect{|s| "some_index#{s}" }
61
62
 
62
63
  @filenames.each do |f|
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pyramid_scheme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dan Pickett