Skip to content
This repository has been archived by the owner on Mar 22, 2019. It is now read-only.

Commit

Permalink
bump version to v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
neumayr committed Apr 27, 2018
1 parent 3bdfafe commit 6c6f384
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions fidor_starter_kits.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ Gem::Specification.new do |spec|
spec.email = ["[email protected]"]
spec.summary = %q{BETA - Starter Kits for building fidor apps.}
spec.description = %q{Fidor application examples for different languages. They rely on the BETA Version of the API so things may change.}
spec.homepage = ""
spec.homepage = "https://github.com/fidor/fidor_starter_kits"
spec.license = "MIT"

spec.files = `git ls-files -z`.split("\x0")
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ['lib']

spec.add_runtime_dependency "rubyzip"
spec.add_development_dependency "bundler", "~> 1.16"
spec.add_development_dependency "rake"
spec.add_development_dependency 'rspec'
spec.add_development_dependency 'byebug'
spec.add_runtime_dependency 'rubyzip', '~> 1.2'
spec.add_development_dependency 'bundler', '~> 1.16'
spec.add_development_dependency 'rake', '~> 12.3'
spec.add_development_dependency 'rspec', '~> 3.7'
spec.add_development_dependency 'byebug', '~> 10.0'
end
2 changes: 1 addition & 1 deletion lib/fidor_starter_kits/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module FidorStarterKits
VERSION = '0.6.3'
VERSION = '0.7.0'
end

0 comments on commit 6c6f384

Please sign in to comment.