RubyGems
npm
Organizations
Log in
Sign up
RubyGems
pyramid_scheme
Versions diffs
0.1.2 → 0.1.3
pyramid_scheme 0.1.2 → 0.1.3
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (5)
hide
show
data/VERSION
+1
-1
data/lib/pyramid_scheme/configuration.rb
+2
-1
data/pyramid_scheme.gemspec
+1
-1
data/spec/pyramid_scheme/index_provider/file_system_spec.rb
+2
-1
metadata
+1
-1
data/VERSION
CHANGED
Viewed
@@ -1 +1 @@
1
-
0.1.
2
1
+
0.1.
3
data/lib/pyramid_scheme/configuration.rb
CHANGED
Viewed
@@ -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 = {})
data/pyramid_scheme.gemspec
CHANGED
Viewed
@@ -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"]
data/spec/pyramid_scheme/index_provider/file_system_spec.rb
CHANGED
Viewed
@@ -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
Viewed
@@ -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