kitestrings 1.0.15 → 1.1.0

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: 998f61ff812d2cb4b5d8fdb5fd97e9973aac9f72
4
- data.tar.gz: 54840cef2909d649ca2b3314ca0ec1b2f7c88055
3
+ metadata.gz: bbe25d2970bba5ce75054165c911485a02b2133c
4
+ data.tar.gz: 404bb3f6a631c64651a2dc7467e98f26d2ca519d
5
5
  SHA512:
6
- metadata.gz: 22714f5b7f1197884718f0331c577c90a6f488834740067dd9b9c650f4d99878fade34a152fa0ce7a638df08d3ee4065dae1268b4e8e5915c2fc597de2890298
7
- data.tar.gz: 888268a6ea0ca16ea4b6cc3df0f6cd36b8d24c02c1d4ba55de94246d628568bed009af5e1d85f982ac06891a1d4afc459105aa0a52dc0ae511dbd6a522741528
6
+ metadata.gz: f9120863220ddf55e5360113153ed3628c596b398c9ba29a4e9a04d6fcc73cc1df22a1875da863c9006f0997ae9b31dd1967899d3f8125412f360eea2f1d2bf0
7
+ data.tar.gz: 3c6df627e4878a585cae84e4512a1b8be27267efe6bcb88cca799a0a5e9a2a0e05ce01911f14a9023fd4b4169909923e103cb7aab23ab781522a492b5ec6c338
@@ -46,9 +46,9 @@ describe <%= controller_class_name %>Controller do
46
46
  describe 'GET show' do
47
47
  before { get :show, id: <%= file_name %> }
48
48
 
49
- it { expect(response).to assign_to(:<%= file_name %>).with(<%= file_name %>) }
50
- it { expect(response).to render_template :show }
51
- it { expect(response).to have_only_fractures(:edit_<%= file_name %>_link) }
49
+ it { expect(response).to assign_to(:<%= file_name %>).with(<%= file_name %>) }
50
+ it { expect(response).to render_template :show }
51
+ it { expect(response).to have_only_fractures(:edit_<%= file_name %>_link) }
52
52
  end
53
53
 
54
54
  describe 'GET new' do
@@ -1,3 +1,3 @@
1
1
  module Kitestrings
2
- VERSION = "1.0.15"
2
+ VERSION = "1.1.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kitestrings
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.15
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Ridge
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2015-02-05 00:00:00.000000000 Z
13
+ date: 2015-02-09 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rails