mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
1.3.1 release
This commit is contained in:
parent
92619052b7
commit
8f32570a22
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Run `rake sinatra-contrib.gemspec` to update the gemspec.
|
# Run `rake sinatra-contrib.gemspec` to update the gemspec.
|
||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
s.name = "sinatra-contrib"
|
s.name = "sinatra-contrib"
|
||||||
s.version = "1.3.0"
|
s.version = "1.3.1"
|
||||||
s.description = "Collection of useful Sinatra extensions"
|
s.description = "Collection of useful Sinatra extensions"
|
||||||
s.homepage = "http://github.com/sinatra/sinatra-contrib"
|
s.homepage = "http://github.com/sinatra/sinatra-contrib"
|
||||||
s.summary = s.description
|
s.summary = s.description
|
||||||
|
@ -56,6 +56,7 @@ Gem::Specification.new do |s|
|
||||||
"sinatra-contrib.gemspec",
|
"sinatra-contrib.gemspec",
|
||||||
"spec/capture_spec.rb",
|
"spec/capture_spec.rb",
|
||||||
"spec/config_file/key_value.yml",
|
"spec/config_file/key_value.yml",
|
||||||
|
"spec/config_file/key_value_override.yml",
|
||||||
"spec/config_file/missing_env.yml",
|
"spec/config_file/missing_env.yml",
|
||||||
"spec/config_file/with_envs.yml",
|
"spec/config_file/with_envs.yml",
|
||||||
"spec/config_file/with_nested_envs.yml",
|
"spec/config_file/with_nested_envs.yml",
|
||||||
|
|
Loading…
Reference in a new issue