deno92 0.1.13 → 0.1.16

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: 931ac169559f55cfecd9ef0a945a390793dc36de
4
- data.tar.gz: 7ad5bda200b7db0aacd8f38a38d83ecef6f3969e
3
+ metadata.gz: e67ec214c38e86936e1edd2a48e695e47f2e83a1
4
+ data.tar.gz: 2bf8c68743b4cbba61638caa700cec436fca2236
5
5
  SHA512:
6
- metadata.gz: beeba143a189a01ccd532c36bc36d7c51d7a428df4455c248ef577d335b8d856bb2cb257c957b7a605b9338a170edb353b395d5e1c38397d4b510e7007cd7dc7
7
- data.tar.gz: 1e447038ee2c9174db8c306aa12f9f1dc0d0882073e21fcb32eec0265f703020e232cefa3a8bb51bd9017fe1a93e8e26e2966882feb744e54d9535555600c3b7
6
+ metadata.gz: 871cb5ce2dddc0190a53734e3dee1f39ac491a36bc27b6e10a1586059680fec81b86287e010cda25dea9a2c0fdcccec7d3b7ce2710fa44cb3ea90d35b792369e
7
+ data.tar.gz: 2b8374aafb141dd38b4e6c2a93a7dd3d23ae8e51434ae25fb4e7d4d0b4a2ab0557db978b04e5f5891d886a0d5bf2587a177e37390bc423c000892709d2938217
data/CODE_OF_CONDUCT.md CHANGED
@@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
55
55
  ## Enforcement
56
56
 
57
57
  Instances of abusive, harassing, or otherwise unacceptable behavior may be
58
- reported by contacting the project team at TODO: Write your email address. All
58
+ reported by contacting the project team at d3no520@gmail.com. All
59
59
  complaints will be reviewed and investigated and will result in a response that
60
60
  is deemed necessary and appropriate to the circumstances. The project team is
61
61
  obligated to maintain confidentiality with regard to the reporter of an incident.
data/Gemfile CHANGED
@@ -1,4 +1,4 @@
1
- source "https://rubygems.org"
1
+ source "https://github.com/d3no/sms-sdk-ruby"
2
2
 
3
3
  git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
4
4
 
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2018 TODO: Write your name
3
+ Copyright (c) 2018 deno
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
data/deno92.gemspec CHANGED
@@ -7,18 +7,19 @@ Gem::Specification.new do |spec|
7
7
  spec.name = "deno92"
8
8
  spec.version = Deno92::VERSION
9
9
  spec.authors = ["deno"]
10
- spec.email = ["kahkeong.mocean@gmail.com"]
10
+ spec.email = ["d3no520@gmail.com"]
11
11
 
12
- spec.summary = %q{Testing gem}
13
- spec.description = %q{This is a testing publish gem}
12
+ spec.summary = %q{This is a sms sdk}
13
+ spec.description = %q{This is a sms sdk}
14
14
  spec.homepage = "https://github.com/d3no/sms-sdk-ruby"
15
15
  spec.license = "MIT"
16
16
 
17
-
17
+
18
18
 
19
19
  # Specify which files should be added to the gem when it is released.
20
20
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
21
- spec.files = `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(test|spec|features)/})
21
+ spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
22
+ `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
22
23
  end
23
24
  spec.bindir = "exe"
24
25
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
@@ -1,3 +1,3 @@
1
1
  module Deno92
2
- VERSION = "0.1.13"
2
+ VERSION = "0.1.16"
3
3
  end
data/lib/deno92.rb CHANGED
@@ -1,6 +1,4 @@
1
1
  require "deno92/version"
2
- require "deno92/init"
3
-
4
2
 
5
3
  module Deno92
6
4
  # Your code goes here...
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: deno92
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.13
4
+ version: 0.1.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - deno
@@ -52,9 +52,9 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '5.0'
55
- description: This is a testing publish gem
55
+ description: This is a sms sdk
56
56
  email:
57
- - kahkeong.mocean@gmail.com
57
+ - d3no520@gmail.com
58
58
  executables: []
59
59
  extensions: []
60
60
  extra_rdoc_files: []
@@ -94,5 +94,5 @@ rubyforge_project:
94
94
  rubygems_version: 2.6.14.1
95
95
  signing_key:
96
96
  specification_version: 4
97
- summary: Testing gem
97
+ summary: This is a sms sdk
98
98
  test_files: []