papla 0.2.0 → 0.2.1
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.
- checksums.yaml +4 -4
- data/.ruby-version +1 -1
- data/CHANGELOG.md +4 -0
- data/lib/papla/backend.rb +1 -1
- data/lib/papla/version.rb +1 -1
- data/papla.gemspec +0 -2
- data/spec/spec_helper.rb +3 -0
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a2748fe6cf97db3d1d458861d23315e79c71bfa9b4b5b6ba33ecbaa82f14409d
|
|
4
|
+
data.tar.gz: c3bb0864233d95d4bea50adcca9522a965e9577dded5c7275dbd2cab0e08c8e1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 139e97cab434aec9d21e24dd7e0d24ee797cabdfbff477a9227afa282fc428aaf30cfdb835bc403636ab07e04a53be4a35e57c6b91aeb201967fbc6b6f78cdc6
|
|
7
|
+
data.tar.gz: 94c54d18d296d31abdb060da1d425175ecbf1688d11aa4a3a9879a985b1d1da7de16e300dd7f26aee861e0fd5fc941b1739ca198f90961999dd4dc79c3d9c8eb
|
data/.ruby-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.
|
|
1
|
+
2.7.0
|
data/CHANGELOG.md
CHANGED
data/lib/papla/backend.rb
CHANGED
data/lib/papla/version.rb
CHANGED
data/papla.gemspec
CHANGED
|
@@ -11,8 +11,6 @@ Gem::Specification.new do |s|
|
|
|
11
11
|
s.summary = %q{Use Ruby to convert numbers into Polish and English words}
|
|
12
12
|
s.description = %q{Papla is a Ruby gem that allows you to convert numbers into Polish and English words.}
|
|
13
13
|
|
|
14
|
-
s.rubyforge_project = "papla"
|
|
15
|
-
|
|
16
14
|
s.files = `git ls-files`.split("\n")
|
|
17
15
|
s.test_files = `git ls-files -- {spec}/*`.split("\n")
|
|
18
16
|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
|
data/spec/spec_helper.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: papla
|
|
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
|
- Olek Janiszewski
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2020-03-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: i18n
|
|
@@ -115,8 +115,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
115
115
|
- !ruby/object:Gem::Version
|
|
116
116
|
version: '0'
|
|
117
117
|
requirements: []
|
|
118
|
-
|
|
119
|
-
rubygems_version: 2.7.7
|
|
118
|
+
rubygems_version: 3.1.2
|
|
120
119
|
signing_key:
|
|
121
120
|
specification_version: 4
|
|
122
121
|
summary: Use Ruby to convert numbers into Polish and English words
|