freshmail 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 +4 -4
- data/lib/freshmail/version.rb +1 -1
- metadata +20 -21
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 183ca3c5821724a7731a633323aeceb2dbf3b6db
|
4
|
+
data.tar.gz: 50b85ff6f5edd042bdb7fa5c4e72a4c7d991c31a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 77072ced70b689399a19772b02f22c344ec26798a6b87a05af8fd3da9f936a04597e55c4bad28c481742be95d5181c833a7f24026a86be6bf5a9bd07f27ff99e
|
7
|
+
data.tar.gz: 58f79f3c47303b8a9a1ccb28d7d898629d2e4254ed2246c8bc8457e1aa66e06c6eb6014911ca9bcb4276181883e578e0ecad919565f2c16b0c292c538a53b54e
|
data/lib/freshmail/version.rb
CHANGED
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.
|
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:
|
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/
|
134
|
+
- test/dummy/bin/rake
|
134
135
|
- test/dummy/bin/bundle
|
135
136
|
- test/dummy/bin/rails
|
136
|
-
- test/dummy/
|
137
|
-
- test/dummy/config/
|
138
|
-
- test/dummy/config/
|
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/
|
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/
|
153
|
-
- test/dummy/config/
|
154
|
-
- test/dummy/config/
|
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/
|
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/
|
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:
|