cnvrtr 1.0.1 → 1.0.2

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.
@@ -2,7 +2,7 @@
2
2
  module Cnvrtr
3
3
 
4
4
  # :stopdoc:
5
- VERSION = '1.0.1'
5
+ VERSION = '1.0.2'
6
6
  LIBPATH = ::File.expand_path(::File.dirname(__FILE__)) + ::File::SEPARATOR
7
7
  PATH = ::File.dirname(LIBPATH) + ::File::SEPARATOR
8
8
  # :startdoc:
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cnvrtr
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - ELC Technologies
@@ -32,15 +32,15 @@ extra_rdoc_files:
32
32
  - History.txt
33
33
  - README.txt
34
34
  - bin/cnvrtr
35
- - lib/cnvrtr/helpers/.view.rb.swp
35
+ - lib/.cnvrtr.rb.swp
36
36
  files:
37
37
  - .bnsignore
38
38
  - History.txt
39
39
  - README.txt
40
40
  - Rakefile
41
41
  - bin/cnvrtr
42
+ - lib/.cnvrtr.rb.swp
42
43
  - lib/cnvrtr.rb
43
- - lib/cnvrtr/helpers/.view.rb.swp
44
44
  - lib/cnvrtr/helpers/view.rb
45
45
  - spec/cnvrtr_spec.rb
46
46
  - spec/spec_helper.rb