smashing_docs 1.3.2 → 1.3.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 37d4ec678271b29c90b7a0bd286c1398a6ebbde5
4
- data.tar.gz: f941fa29950d268053be0928bfada878a53d523a
3
+ metadata.gz: 92de4c88eed7d1c339cfb39addd62f44c498bf6b
4
+ data.tar.gz: cf0161114f8a0c5a7eadd3efc2dd62beacaa9b82
5
5
  SHA512:
6
- metadata.gz: 20a74e6c2fe12481803e4b23f918cdaf674feb078a560ddd364593774678be7c53e07a462db5386468fd7fc4045bb3894b9b8283b48181e2eb30680d01f8eb68
7
- data.tar.gz: ff647b5f44fd01ded7a1e35fbbd03842d8f02146ff2d68f6d3004af816c69e4092413056cf25b1e7bbd72bfdd59e1e02f33fd65fd83563419ab57ab4d6e6164a
6
+ metadata.gz: f4188e8b0745bcedc2e243582f51986f75cc39a0b2dec18ae480f42af32ea3b81a1d372c56762a0058137cce6af1816531bc6a2d81e2165d3070efa50607b0d2
7
+ data.tar.gz: f52d46aa403b68a35513f8b003f37cda054711406e079f2a4dd0ef31b031ff555f3cf241a7cf1d35458a6ffc0246cd50762a464edbbdae54c0a2fea9a34e4e5f
data/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  In your gemfile add the following to your test group:
8
8
 
9
- `gem 'smashing_docs', '~> 1.3.2'`
9
+ `gem 'smashing_docs', '~> 1.3.3'`
10
10
 
11
11
  Installation differs for RSpec/Minitest, so scroll to the appropriate section for guidance.
12
12
 
@@ -2,6 +2,7 @@ require 'rails/generators'
2
2
  module Docs
3
3
  module Generators
4
4
  class BuildDocsGenerator < Rails::Generators::Base
5
+ ENV['RAILS_ENV'] = 'test'
5
6
  source_root File.expand_path("../../../templates/", __FILE__)
6
7
  def build_docs
7
8
  destination = "spec/spec_helper.rb"
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
10
10
  s.require_paths = ['lib']
11
11
  s.summary = "Uses your test cases to write example documentation for your API."
12
12
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
13
- s.version = '1.3.2'
13
+ s.version = '1.3.3'
14
14
 
15
15
  s.add_development_dependency "bundler", "~> 1.11"
16
16
  s.add_development_dependency "rake", "~> 10.0"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smashing_docs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.2
4
+ version: 1.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tyler Rockwell
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2016-03-08 00:00:00.000000000 Z
13
+ date: 2016-03-09 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: bundler