freshmail 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/freshmail/version.rb +1 -1
  3. metadata +20 -21
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 50d45e0304ef44fb274463da1c2d8718da41be24
4
- data.tar.gz: a3010354469a5f04e339f08f79af167317c1309a
3
+ metadata.gz: 183ca3c5821724a7731a633323aeceb2dbf3b6db
4
+ data.tar.gz: 50b85ff6f5edd042bdb7fa5c4e72a4c7d991c31a
5
5
  SHA512:
6
- metadata.gz: 325002237b7510f42c60ac459ee24ce913503f9f9bcd4bdceb717256ea6b5d748371223c0d7cb9b19e4ae2087e74d52f791978d85e1f73b726dbeaca35da586f
7
- data.tar.gz: bb38ba95fed250d69e120ce3a0e05b948a95fada0fe88d10095f233c7d0b5ea68a90ecb856f045d912e4cdc53ea0d15eb170423c653bb6c133aef46b4d5545fe
6
+ metadata.gz: 77072ced70b689399a19772b02f22c344ec26798a6b87a05af8fd3da9f936a04597e55c4bad28c481742be95d5181c833a7f24026a86be6bf5a9bd07f27ff99e
7
+ data.tar.gz: 58f79f3c47303b8a9a1ccb28d7d898629d2e4254ed2246c8bc8457e1aa66e06c6eb6014911ca9bcb4276181883e578e0ecad919565f2c16b0c292c538a53b54e
@@ -1,3 +1,3 @@
1
1
  module Freshmail
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: freshmail
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
  - Marcin Jan Adamczyk
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-21 00:00:00.000000000 Z
11
+ date: 2018-09-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -126,39 +126,38 @@ signing_key:
126
126
  specification_version: 4
127
127
  summary: FreshMail.pl API wrapper
128
128
  test_files:
129
+ - test/dummy/app/controllers/application_controller.rb
130
+ - test/dummy/app/views/layouts/application.html.erb
129
131
  - test/dummy/app/assets/javascripts/application.js
130
132
  - test/dummy/app/assets/stylesheets/application.css
131
- - test/dummy/app/controllers/application_controller.rb
132
133
  - test/dummy/app/helpers/application_helper.rb
133
- - test/dummy/app/views/layouts/application.html.erb
134
+ - test/dummy/bin/rake
134
135
  - test/dummy/bin/bundle
135
136
  - test/dummy/bin/rails
136
- - test/dummy/bin/rake
137
- - test/dummy/config/application.rb
138
- - test/dummy/config/boot.rb
139
- - test/dummy/config/database.yml
140
- - test/dummy/config/environment.rb
141
- - test/dummy/config/environments/development.rb
137
+ - test/dummy/config/secrets.yml
138
+ - test/dummy/config/routes.rb
139
+ - test/dummy/config/locales/en.yml
142
140
  - test/dummy/config/environments/production.rb
141
+ - test/dummy/config/environments/development.rb
143
142
  - test/dummy/config/environments/test.rb
144
- - test/dummy/config/initializers/assets.rb
143
+ - test/dummy/config/environment.rb
144
+ - test/dummy/config/application.rb
145
+ - test/dummy/config/database.yml
146
+ - test/dummy/config/boot.rb
145
147
  - test/dummy/config/initializers/backtrace_silencers.rb
146
- - test/dummy/config/initializers/cookies_serializer.rb
147
- - test/dummy/config/initializers/filter_parameter_logging.rb
148
- - test/dummy/config/initializers/inflections.rb
149
148
  - test/dummy/config/initializers/mime_types.rb
149
+ - test/dummy/config/initializers/filter_parameter_logging.rb
150
150
  - test/dummy/config/initializers/session_store.rb
151
151
  - test/dummy/config/initializers/wrap_parameters.rb
152
- - test/dummy/config/locales/en.yml
153
- - test/dummy/config/routes.rb
154
- - test/dummy/config/secrets.yml
152
+ - test/dummy/config/initializers/assets.rb
153
+ - test/dummy/config/initializers/cookies_serializer.rb
154
+ - test/dummy/config/initializers/inflections.rb
155
155
  - test/dummy/config.ru
156
- - test/dummy/public/404.html
156
+ - test/dummy/Rakefile
157
+ - test/dummy/public/favicon.ico
157
158
  - test/dummy/public/422.html
158
159
  - test/dummy/public/500.html
159
- - test/dummy/public/favicon.ico
160
- - test/dummy/Rakefile
160
+ - test/dummy/public/404.html
161
161
  - test/dummy/README.rdoc
162
162
  - test/freshmail_test.rb
163
163
  - test/test_helper.rb
164
- has_rdoc: