jbuilder_rspec_generator 1.0.3 → 1.0.4

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: 208ab584290fd227602acad24e3d0ebd97ced6a1
4
- data.tar.gz: 32db548f1651ef8a4b172131d7e049fff974b615
3
+ metadata.gz: a97987228c368c03c270552f3b3f3643c3a35fb4
4
+ data.tar.gz: 7c799f095e710d61219f74e2697a6318688a9c0b
5
5
  SHA512:
6
- metadata.gz: 5f943cb09c060c6ca417de784974497a257e511522d63b1089e4d44e7574c7822b681e606cb18f4403be56c93d0e079995982493f9118aed2420d95f712f0978
7
- data.tar.gz: 19a7140aba4e34656dae2a3404a30febad807de5318176c3c28dab62b1b6698fbd8dd98230a51ff1305b67b4ed2f722559b731d10f8f0eac8ee769241528f7b4
6
+ metadata.gz: ba4eadaa127bda941d629f59f54d39d7b31e364bd8ee6ce2dc5919ab32dcd64417825551f5d6fac7abce3f6040de34f1f387fdd332c83274accfbadc419e6848
7
+ data.tar.gz: 66788b4181cc654f0496a9ce8e37cff05943916ba8efd74e21d182c98c01f9560505831254e511ca3d059b8a12ad9d8ba17ebd13d36180cce1c680b768cca3a1
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.3
1
+ 1.0.4
@@ -2,11 +2,11 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: jbuilder_rspec_generator 1.0.3 ruby lib
5
+ # stub: jbuilder_rspec_generator 1.0.4 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "jbuilder_rspec_generator"
9
- s.version = "1.0.3"
9
+ s.version = "1.0.4"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
@@ -35,7 +35,7 @@ describe "<%= ns_table_name %>/index.json.jbuilder", type: :view do
35
35
  hash = MultiJson.load rendered
36
36
  expect(hash.first).to eq(hash = hash.last)
37
37
  expect(hash.keys.sort).to eq attributes.sort
38
- expected = MultiJson.load MultiJson.dump @user.attributes.slice *attributes
38
+ expected = MultiJson.load MultiJson.dump @<%= ns_file_name %>.attributes.slice *attributes
39
39
  expected['url'] = <%= ns_file_name %>_url(@<%= ns_file_name %>, format: 'json')
40
40
  expect(hash).to eq expected
41
41
  <% for attribute in attributes -%>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jbuilder_rspec_generator
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dmitri Koulikoff