dream 0.1.2 → 0.1.3

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: 1852d42f0d40b14d71e6c17307cb7e06a91510e7
4
- data.tar.gz: b3270335d1238b52a5d1f2632a8be66cfbe302eb
3
+ metadata.gz: 1d2c0c68104db151d56cc1f380ec0d55db1feb7a
4
+ data.tar.gz: be198da7eaf0ca3c978c665715e25e396fd31552
5
5
  SHA512:
6
- metadata.gz: b10f35764aa7442556760d028a3ec263da126b11194c5f40033a83a2f0549a507f572639921751579192cd952275b09d46d2bf246c688e32bb6446c5916afab3
7
- data.tar.gz: 156e67fe32df6e5d99b558e22891f535cc5151487d38feeb02fc580f4f629cb338d0714d82a8a272e1094e08a8a400bd7a9aad4dd4164f1ccf9dba4295f211d5
6
+ metadata.gz: cd292aef55f2de5b80d6480f2781896fd01310a68920d4b54dd1c4fc6732983fdff730d1a33840fba5f5c5c581a905da464110aaa72875640cb726a9dbf4c2a4
7
+ data.tar.gz: 88d28ab111c8bfa3fdc7d18d3c1d9663d21e5fcb1465a8f3ea0a53f97e4e3f6573f93c33e2161b493e281d8890fa29716d73b50081c44a16935804d307b85f03
data/dream.gemspec CHANGED
@@ -14,14 +14,6 @@ Gem::Specification.new do |spec|
14
14
  spec.homepage = "https://github.com/avecchio/dream"
15
15
  spec.license = "MIT"
16
16
 
17
- # Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
18
- # delete this section to allow pushing this gem to any host.
19
- if spec.respond_to?(:metadata)
20
- spec.metadata['allowed_push_host'] = "TODO: Set to 'http://mygemserver.com'"
21
- else
22
- raise "RubyGems 2.0 or newer is required to protect against public gem pushes."
23
- end
24
-
25
17
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
26
18
  spec.bindir = "bin"
27
19
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
data/lib/.ruby-version ADDED
@@ -0,0 +1 @@
1
+ 2.4.0-dev
data/lib/dream/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Dream
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
data/lib/dream.rb CHANGED
@@ -43,7 +43,10 @@ module Dream
43
43
  def error
44
44
  return @messages['error']
45
45
  end
46
- def manuscript()
46
+ def manuscript(clear)
47
+ if clear
48
+ @book = Array.new
49
+ end
47
50
  return @book
48
51
  end
49
52
  def author(chapters)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dream
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Austin Vecchio
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-09-17 00:00:00.000000000 Z
11
+ date: 2016-02-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
@@ -69,6 +69,7 @@ files:
69
69
  - Rakefile
70
70
  - bin/dream
71
71
  - dream.gemspec
72
+ - lib/.ruby-version
72
73
  - lib/dream.rb
73
74
  - lib/dream/cli.rb
74
75
  - lib/dream/templates/dream.yml
@@ -76,8 +77,7 @@ files:
76
77
  homepage: https://github.com/avecchio/dream
77
78
  licenses:
78
79
  - MIT
79
- metadata:
80
- allowed_push_host: 'TODO: Set to ''http://mygemserver.com'''
80
+ metadata: {}
81
81
  post_install_message:
82
82
  rdoc_options: []
83
83
  require_paths:
@@ -94,8 +94,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
94
94
  version: '0'
95
95
  requirements: []
96
96
  rubyforge_project:
97
- rubygems_version: 2.0.14
97
+ rubygems_version: 2.5.1
98
98
  signing_key:
99
99
  specification_version: 4
100
100
  summary: Logging platform
101
101
  test_files: []
102
+ has_rdoc: