freemail 0.4.0 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,3 @@
1
1
  module Freemail
2
- VERSION = '0.4.0'
2
+ VERSION = '0.5.0'
3
3
  end
data/shell.nix ADDED
@@ -0,0 +1,8 @@
1
+ let
2
+ pkgs = import <nixpkgs> {};
3
+ in
4
+ pkgs.mkShell {
5
+ buildInputs = [
6
+ pkgs.ruby
7
+ ];
8
+ }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: freemail
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - smudge
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-06-09 00:00:00.000000000 Z
11
+ date: 2022-10-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -62,6 +62,7 @@ extensions: []
62
62
  extra_rdoc_files: []
63
63
  files:
64
64
  - ".codeclimate.yml"
65
+ - ".envrc"
65
66
  - ".gitignore"
66
67
  - ".rspec"
67
68
  - ".rubocop.yml"
@@ -77,6 +78,7 @@ files:
77
78
  - freemail.gemspec
78
79
  - lib/freemail.rb
79
80
  - lib/freemail/version.rb
81
+ - shell.nix
80
82
  homepage: https://github.com/smudge/freemail
81
83
  licenses:
82
84
  - MIT
@@ -96,7 +98,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
96
98
  - !ruby/object:Gem::Version
97
99
  version: '0'
98
100
  requirements: []
99
- rubygems_version: 3.1.2
101
+ rubygems_version: 3.3.5
100
102
  signing_key:
101
103
  specification_version: 4
102
104
  summary: '["A", "ruby", "implementation", "of", "the", "npm", "''freemail''", "module"]'