russian_invoices 0.1.0 → 0.1.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/lib/russian_invoices/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ec5fe05f702d71e5a4fe2d37fb23680f6e8a740f
|
|
4
|
+
data.tar.gz: be1838469546c571a3920bf908add6c29064c4c2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b6d1261eb1c37670d35912b881c272cd3d92c3adbeb163df2329fdc0528bbff4839c519c8ee8c643bd344b631ae2fb557885c80c5a711e5102134c75a9c4e22c
|
|
7
|
+
data.tar.gz: 8c4c727aa8f6f171f26e82e8c91812d68fa16f8bc31e737258ce6d6aaefe2fc0395742da99c83f2757f6981caa47d0dfba0c3de0c57eea797d2cbe0dd2afadbf
|
metadata
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: russian_invoices
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- Nikulin Aleksander
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
@@ -122,9 +122,9 @@ dependencies:
|
|
|
122
122
|
- - ">="
|
|
123
123
|
- !ruby/object:Gem::Version
|
|
124
124
|
version: '0'
|
|
125
|
-
description:
|
|
125
|
+
description: Gem for generating pdf documents.
|
|
126
126
|
email:
|
|
127
|
-
-
|
|
127
|
+
- info@rubyruby.ru
|
|
128
128
|
executables: []
|
|
129
129
|
extensions: []
|
|
130
130
|
extra_rdoc_files: []
|
|
@@ -154,7 +154,7 @@ files:
|
|
|
154
154
|
- lib/russian_invoices/settings.rb
|
|
155
155
|
- lib/russian_invoices/version.rb
|
|
156
156
|
- lib/tasks/russian_invoices_tasks.rake
|
|
157
|
-
homepage:
|
|
157
|
+
homepage: https://github.com/RRuby/russian_invoices
|
|
158
158
|
licenses:
|
|
159
159
|
- MIT
|
|
160
160
|
metadata: {}
|
|
@@ -177,5 +177,5 @@ rubyforge_project:
|
|
|
177
177
|
rubygems_version: 2.4.5
|
|
178
178
|
signing_key:
|
|
179
179
|
specification_version: 4
|
|
180
|
-
summary:
|
|
180
|
+
summary: Gem for generating pdf documents.
|
|
181
181
|
test_files: []
|