formatafacil 0.1.0 → 0.1.1

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: 248bb81ec28017d9e035d82bfdbab949c742ab15
4
- data.tar.gz: 949b8371e945e597e4662122cf5b53056529b158
3
+ metadata.gz: 97a65ba235d8457089768a6501d6f50d1895c529
4
+ data.tar.gz: b4bca04b83e3876936a35402ced4b3f42f3744a2
5
5
  SHA512:
6
- metadata.gz: feedfb98167ddadaaf8d780e2f38d4b9da852ccdc1eb2a7dd58dae8b6b03ab8bc34cae3a6ce4f58f724955fa23498ce4426e328bcdae83bc5c001ec874c0f709
7
- data.tar.gz: c901aea1575fab15a502de59c456ef67b241b59a32d1871cd4b28441b600e651db00b370f3dacb7ef92aeefed8c2dc89e33fe14a865a588ae0b5cb98e41e879f
6
+ metadata.gz: 7aa69472799d3aaa771faff99c782c8299dde52eb3e173f92a2e9413c08c17cab7f9bba4d4d1bbf18f3aadeeb398a6f05bf0e3d4f6cb66c18c68f75d2d45f318
7
+ data.tar.gz: 5e4fbe176e771d50d6354f91324afda492341cd640fe6d9a55b80ce7d234101b7029ce9191cf946822ea8f5ac5540cefa828f870dee7b8fd53b87802021c4d6b
data/exe/formatafacil CHANGED
@@ -1,4 +1,5 @@
1
1
  #!/usr/bin/env ruby
2
+ # encoding: utf-8
2
3
 
3
4
  require 'gli'
4
5
  require 'logger'
data/formatafacil.gemspec CHANGED
@@ -1,4 +1,4 @@
1
- # coding: utf-8
1
+ # encoding: utf-8
2
2
  lib = File.expand_path('../lib', __FILE__)
3
3
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
  require 'formatafacil/version'
@@ -1,3 +1,5 @@
1
+ # encoding: utf-8
2
+
1
3
  require 'formatafacil/template'
2
4
  require 'formatafacil/tarefa'
3
5
  require 'open3'
@@ -1,3 +1,4 @@
1
+ # encoding: utf-8
1
2
  module Formatafacil
2
3
  class Formato
3
4
 
@@ -1,3 +1,5 @@
1
+ # encoding: utf-8
2
+
1
3
  module Formatafacil
2
4
  class Tarefa
3
5
  attr_accessor :logger
@@ -1,3 +1,5 @@
1
+ # encoding: utf-8
2
+
1
3
  require 'formatafacil/tarefa'
2
4
 
3
5
  module Formatafacil
@@ -1,3 +1,4 @@
1
+ # encoding: utf-8
1
2
  require 'formatafacil/tarefa'
2
3
 
3
4
 
@@ -1,3 +1,3 @@
1
1
  module Formatafacil
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
data/lib/formatafacil.rb CHANGED
@@ -1,3 +1,5 @@
1
+ # encoding: utf-8
2
+
1
3
  require "formatafacil/version"
2
4
  require "formatafacil/artigo_tarefa"
3
5
  require "formatafacil/template"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: formatafacil
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eduardo de Santana Medeiros Alexandre
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-07-14 00:00:00.000000000 Z
11
+ date: 2015-07-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler