tww-ruby 0.0.1 → 0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 06c357b6798f98e9ac19f847cdbfc1c4ee80fc28
4
- data.tar.gz: 3a69fb3fddd9c57cabb3d784abb489f4ba8abd43
3
+ metadata.gz: 73943eec536ee64737a5e86e6442b71ecd2fa94e
4
+ data.tar.gz: 8c35aebe3d5dd2f4c0ed4fc0dcd2db570eaff52b
5
5
  SHA512:
6
- metadata.gz: 7d7288bc50f4367f28a14a3d47c4c559e0c3d1f0c1bfa7f315c3741834fddb21368d892f7777dceff803953b86ca009798731a9a7b4bcee65c2d9b539f07ec5e
7
- data.tar.gz: 8615197e37d5197801d2e2dd22af17c0b778cd201751a2f8420e78e0b368c757a2955c1fe216a4bfed39a32dc5b1bda0a50c98b45973017a1258946442bec6b1
6
+ metadata.gz: 231b0765bba7a892a594d56123698bb6f6410ff94dfce004cf355451c6835fd6a343cc62d9ab965bd516a5708cdd308b1aed11bf36f2ca3898c9da51436f8c81
7
+ data.tar.gz: 9564daab6cc530ff6a22d1d4d6e4a51dc25a34a815ea252baa900a5cec7ab46dd1040f6f316993ec6bcc45ab30320b1d6bbc750938c78ab5c8569c0cf65709d9
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.1
1
+ 0.0.2
@@ -6,7 +6,7 @@ module TWW
6
6
  include Rails::Generators::Migration
7
7
  source_root File.expand_path('../templates', __FILE__)
8
8
 
9
- def zenvia_initializer
9
+ def tww_initializer
10
10
  copy_file 'tww.rb', 'config/initializers/tww.rb'
11
11
  end
12
12
  end
@@ -1,12 +1,10 @@
1
- module Zenvia
1
+ module TWW
2
2
  class Configuration
3
- attr_accessor :account, :code, :dispatch, :from
3
+ attr_accessor :numUser, :password
4
4
 
5
5
  def initialize
6
- @account = ''
7
- @code = ''
8
- @dispatch = ''
9
- @from = ''
6
+ @numUser = ''
7
+ @password = ''
10
8
  end
11
9
  end
12
10
 
data/tww-ruby.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "tww-ruby"
8
- s.version = "0.0.1"
8
+ s.version = "0.0.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["araanbranco"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tww-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - araanbranco