sendpulse_client 0.2.0 → 0.2.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: b9e82b414e6a8cfac4c0d4749483eba963a1bb87
4
- data.tar.gz: 1ff6f7f08805f430038a45b3ca57e3fd9983597b
3
+ metadata.gz: f7bddfe90f00a31a21d85ad66c020282aa3acbe3
4
+ data.tar.gz: 45bee593a11edefce2e1064e8819d0b3555cc7fa
5
5
  SHA512:
6
- metadata.gz: 6d628519210e3efc8c54ff40b031bb61da149937d2909770eab9ea33ee0fe9746476fd7a1b381f192bc4d4e24a26a042914f80a0a831e9e3101b17122d1dd0da
7
- data.tar.gz: 91895d362ca86784440f9ce30a07a0e35ca475fa749a8fdea19a9167af0fd812a2722c461f5daf1fb763df6276e474343788afc1220189d07971c149cf7a28ba
6
+ metadata.gz: ecc229d204392ba979b16b8c01d9bdaf6cdf770945f7a0a1430e7f918088934df7dbe096e797d427388e5e95558bf14e77f4435bc7986ffbc2b500c77968fc82
7
+ data.tar.gz: a10b6d2123db22547f10a4bb1e004cda7bcdb724451f48d0a2cf19d1a95bf67d10ab83322d4d35784e3b0fd498f7749bc5d999f862cd41eb2957f63ff6362314
@@ -12,8 +12,11 @@ module SendpulseClient
12
12
  attr_accessor :configuration
13
13
 
14
14
  def configure
15
- @configuration ||= Configuration.new
16
15
  yield configuration
17
16
  end
17
+
18
+ def configuration
19
+ @configuration ||= Configuration.new
20
+ end
18
21
  end
19
22
  end
@@ -1,3 +1,3 @@
1
1
  module SendpulseClient
2
- VERSION = '0.2.0'
2
+ VERSION = '0.2.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sendpulse_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - poctek
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-04-30 00:00:00.000000000 Z
11
+ date: 2017-05-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -74,7 +74,6 @@ extensions: []
74
74
  extra_rdoc_files: []
75
75
  files:
76
76
  - ".gitignore"
77
- - ".rspec"
78
77
  - CODE_OF_CONDUCT.md
79
78
  - Gemfile
80
79
  - LICENSE.txt
@@ -89,7 +88,6 @@ files:
89
88
  - lib/sendpulse_client/connection.rb
90
89
  - lib/sendpulse_client/email.rb
91
90
  - lib/sendpulse_client/version.rb
92
- - sendpulse_client-0.1.0.gem
93
91
  - sendpulse_client.gemspec
94
92
  homepage: https://poctek.github.bio
95
93
  licenses:
data/.rspec DELETED
@@ -1,2 +0,0 @@
1
- --color
2
- --require spec_helper