restpack_gem 0.0.17 → 0.0.18

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2af599a44162f49d8b4f6ac6f4612a3048fdf1a3
4
- data.tar.gz: 2e5eb3abfd77a0e7be216caebcefab63759d6140
3
+ metadata.gz: 67b3570aeb77ad68e549ccd2142821edac89f3d3
4
+ data.tar.gz: f3e3fc48acb754d192c5f5f22c2af753a67d3cd9
5
5
  SHA512:
6
- metadata.gz: 1e503a8951e9acc7aee3cd48b4b1cd25986a4d9b4146eea5523eb21e964e57f2ef4317c974ff81b11a448b4a6ab7ddf2cd0e674ba02a79860cd4a6d15debd1d7
7
- data.tar.gz: e4dd50f03b04c905b93189fb9f8284b23932e8937e641f84d68aa691d62482c376e9f447e2598434e2458daac8958ac43f4f933b72747133c62affa84c32e41d
6
+ metadata.gz: 27ce2796563f42991e33a3d1795ca42fbb801329c3055353ac6d962de9e7fcc11ef0503dcc3ba9c5b0e17881c1218c8a0d0417c4a69258bae40537f3fbaf3623
7
+ data.tar.gz: 44fa1fc9c1b24207e45bc3fcdecdf96ba1b1262599e7c4d9569d5176d3075365072d60a5fe3016023f82937cbbfbb397f641a4b8c8eb37a1ca89f7fd908c209e
@@ -1,14 +1,8 @@
1
1
  task :default => :test
2
- task :test => :spec
3
2
 
4
- begin
5
- require "rspec/core/rake_task"
6
-
7
- desc "Run all specs"
8
- RSpec::Core::RakeTask.new(:spec) do |t|
9
- t.rspec_opts = ['-c']
10
- end
11
- rescue LoadError
3
+ desc "Run the tests"
4
+ task :test do
5
+ exec "bundle exec rspec"
12
6
  end
13
7
 
14
8
  namespace :test do
@@ -1,5 +1,5 @@
1
1
  module RestPack
2
2
  module Gem
3
- VERSION = "0.0.17"
3
+ VERSION = "0.0.18"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: restpack_gem
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.17
4
+ version: 0.0.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gavin Joyce