rubogram 0.1.2 → 0.1.3

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: d0ec6a0d7c5934000ed2b42efbde1aff40865997
4
- data.tar.gz: 0ba088dde53218355a919ddab9264645550646f1
3
+ metadata.gz: 3f56781b942b79ccbd950f1137a68a7ed38611ed
4
+ data.tar.gz: 72f71808ec6f79c0b3774de2f2d49719e8c6479e
5
5
  SHA512:
6
- metadata.gz: 7c6318a6eb0c50e7260173491b6589d2036c670a070bb9fcc7a2e29dcb1fb125c85bb317da3a10a5f061caa3184f968fbc9af72d3b5cb7bbc2fdc6ea3d56b179
7
- data.tar.gz: a6e6fdffdd42debc5008dea5bbf581a3b5d1ca0c79d00aae0618c5687d5c5aeb2f1f9ab5eb58544fa6c827cdd21e7da213c18e1443f3d96622ee7b237f722a8c
6
+ metadata.gz: 01a49171f40fd2e0c6e5e23028128dceb46db6159566d616f0b905fc7a52f75b11fb9a40dd25d8cbb942efb11f229a50628d618db0c17106fbcd0f32a748f7e3
7
+ data.tar.gz: 745e12d2f32520b41dbfc8d1ee450be541bf7fc32d6b0a11c34fecf11aeef28fc9c64218d96e6759a8bd84f68974253ad4221be4c65c2c236a2acad4a80b2035
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 andreyviktorov@outlook.com. All
58
+ reported by contacting the project team at andv@outlook.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/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2017 Andrey Viktorov
3
+ Copyright (c) 2017 Andrey Viktorov (andv@outlook.com)
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
@@ -1,3 +1,3 @@
1
1
  module Rubogram
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
data/rubogram.gemspec CHANGED
@@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
7
7
  spec.name = "rubogram"
8
8
  spec.version = Rubogram::VERSION
9
9
  spec.authors = ["Andrey Viktorov"]
10
- spec.email = ["andreyviktorov@outlook.com"]
10
+ spec.email = ["andv@outlook.com"]
11
11
 
12
12
  spec.summary = %q{Rubogram is a small Faraday-based library to communicate with Telegram Bot API}
13
13
  spec.homepage = "https://github.com/4ndv/rubogram"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubogram
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrey Viktorov
@@ -82,7 +82,7 @@ dependencies:
82
82
  version: '3.0'
83
83
  description:
84
84
  email:
85
- - andreyviktorov@outlook.com
85
+ - andv@outlook.com
86
86
  executables: []
87
87
  extensions: []
88
88
  extra_rdoc_files: []