dnote 1.1.2 → 1.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.
data/bin/dnote CHANGED
@@ -1,4 +1,4 @@
1
1
  #!/usr/bin/env ruby
2
- load "dnote/command"
2
+ require "dnote/command"
3
3
  DNote.run
4
4
 
data/lib/dnote.rb CHANGED
@@ -1,7 +1,8 @@
1
1
  module DNote
2
- VERSION = "1.1.2" #:till: VERSION = "<%= version %>"
2
+ VERSION = "1.1.3" #:till: VERSION = "<%= version %>"
3
3
 
4
4
  require 'dnote/notes'
5
+ require 'dnote/format'
5
6
 
6
7
  # NOTE: Toying with the idea of making DNote a class.
7
8
 
data/lib/dnote/command.rb CHANGED
@@ -3,7 +3,6 @@
3
3
  module DNote
4
4
  require 'optparse'
5
5
  require 'dnote'
6
- require 'dnote/format'
7
6
 
8
7
  def self.run
9
8
  options = {}
data/meta/version CHANGED
@@ -1 +1 @@
1
- 1.1.2
1
+ 1.1.3
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dnote
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas Sawyer