runby_pace 0.2.28 → 0.2.31

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +8 -8
  2. data/Guardfile +2 -30
  3. data/runby_pace.gemspec +1 -1
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- ZDM5ZDZhYzZhNjJkZDQxNjk5NTcyZmIxYzQ1OGVkMzViZTU0MDA3NQ==
4
+ MjVlYThjMTljNDExNDQ5MjQzNDc0N2VkZTRiYzhlYmE2ZWJkY2MzNQ==
5
5
  data.tar.gz: !binary |-
6
- MWZlMzgyZmUwNmJkMzIyMDE4OWY2ZjZjOTczNjIxZjM3MGE4NjRjNg==
6
+ YWYxNTEwMGU5OGU3YTM5NTg4N2Y2MTQ5NGJjM2FlMWRkODQ4MGI0YQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- NTEzNWVmMzgyZTZlM2JhMWIwYTgxMTY0ZmNjM2ZhNGUxZmVmNjBlMzc1OGNk
10
- NDZjNjMzOWQ2ZjcwMWFkODY5ZjRhZjEwZmNmMmQ5MGM1OWRkZDRjM2E1ODkx
11
- OGI1MDc4MmQyODM0ZmEwZjEyZTcxYWVjZGE5YThkYzAzYzc5YWM=
9
+ NTc5M2ViYTZiMWMwNzdjMzk2ZTNiZDg4MzgyMDEzY2RhN2QxYzMzZTJhM2I1
10
+ ZWI5M2ZjY2MwZjU1MzQ3MTYwNDczMWMxNjdmMGEwNjExYTg3ZDAwNmY0MDQ3
11
+ MGUzZTIzOTVjMjA4NjMwYWRmZWFmYjJlZDk1ZDkzMzJjMzlhMzk=
12
12
  data.tar.gz: !binary |-
13
- YWNkZWFiMDc0MmJhM2E2OTViZmM2YjM3ODljZTI4ZDdmYzIwN2Q4N2JhZjA1
14
- MGQ3ZTllMzFhM2QzZjVhN2Y2OTgyZDNiYjFiNTBlMTI0MDkwMzA4NjVlZDcy
15
- N2YzMTA4MzI4MTYxMmZhZWVhYTY0YTUzNmQyNDQ3MDYyMTM1NzE=
13
+ ZjM5MDhhNmE2ZGU1ZmZlY2UxNTcyZDBhNTkwNWExMjg1MTUzNTMxN2UxMTEz
14
+ OTFlYjIyY2JmZTY5YWI5NjM3ZjA1MzNkZjdhY2QxN2QyNzcwNzI1MmViOWQ3
15
+ ZmQwNDRkNjQwNzY2NGQ1Yzk4NmRjMTU5NDMwYjFkMGZmMzY5YjQ=
data/Guardfile CHANGED
@@ -24,8 +24,8 @@
24
24
  # * zeus: 'zeus rspec' (requires the server to be started separately)
25
25
  # * 'just' rspec: 'rspec'
26
26
 
27
- guard :rspec, cmd: "bundle exec rspec" do
28
- require "guard/rspec/dsl"
27
+ guard :rspec, cmd: 'bundle exec rspec' do
28
+ require 'guard/rspec/dsl'
29
29
  dsl = Guard::RSpec::Dsl.new(self)
30
30
 
31
31
  # Feel free to open issues for suggestions and improvements
@@ -40,33 +40,5 @@ guard :rspec, cmd: "bundle exec rspec" do
40
40
  ruby = dsl.ruby
41
41
  dsl.watch_spec_files_for(ruby.lib_files)
42
42
 
43
- # Rails files
44
- rails = dsl.rails(view_extensions: %w(erb haml slim))
45
- dsl.watch_spec_files_for(rails.app_files)
46
- dsl.watch_spec_files_for(rails.views)
47
-
48
- watch(rails.controllers) do |m|
49
- [
50
- rspec.spec.call("routing/#{m[1]}_routing"),
51
- rspec.spec.call("controllers/#{m[1]}_controller"),
52
- rspec.spec.call("acceptance/#{m[1]}")
53
- ]
54
- end
55
-
56
- # Rails config changes
57
- watch(rails.spec_helper) { rspec.spec_dir }
58
- watch(rails.routes) { "#{rspec.spec_dir}/routing" }
59
- watch(rails.app_controller) { "#{rspec.spec_dir}/controllers" }
60
-
61
- # Capybara features specs
62
- watch(rails.view_dirs) { |m| rspec.spec.call("features/#{m[1]}") }
63
- watch(rails.layouts) { |m| rspec.spec.call("features/#{m[1]}") }
64
-
65
- # Turnip features and steps
66
- watch(%r{^spec/acceptance/(.+)\.feature$})
67
- watch(%r{^spec/acceptance/steps/(.+)_steps\.rb$}) do |m|
68
- Dir[File.join("**/#{m[1]}.feature")][0] || "spec/acceptance"
69
- end
70
-
71
43
  notification :notifu, time: 5, nosound: true, xp: true
72
44
  end
data/runby_pace.gemspec CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ['Ty Walls']
10
10
  spec.email = ['tygerbytes@users.noreply.github.com']
11
11
 
12
- spec.summary = %q{Runby Pace is the core logic which simplifies the calculation target paces used by track and distance runners.}
12
+ spec.summary = %q{Runby Pace is the core logic which simplifies the calculation of target paces used by track and distance runners.}
13
13
  spec.homepage = 'https://github.com/tygerbytes/runby-pace'
14
14
  spec.license = 'MIT'
15
15
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: runby_pace
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.28
4
+ version: 0.2.31
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ty Walls
@@ -83,7 +83,7 @@ homepage: https://github.com/tygerbytes/runby-pace
83
83
  licenses:
84
84
  - MIT
85
85
  metadata:
86
- commit-hash: 461593a134311c8da04d1936bd347bcb9c3b3469
86
+ commit-hash: 4ce313b7c6328e1158a35071261e7381fe68ba53
87
87
  post_install_message:
88
88
  rdoc_options: []
89
89
  require_paths:
@@ -103,6 +103,6 @@ rubyforge_project:
103
103
  rubygems_version: 2.4.5
104
104
  signing_key:
105
105
  specification_version: 4
106
- summary: Runby Pace is the core logic which simplifies the calculation target paces
106
+ summary: Runby Pace is the core logic which simplifies the calculation of target paces
107
107
  used by track and distance runners.
108
108
  test_files: []