russian_invoices 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fd65e61aa0704b741c8fb3a23179ab420a7de7d3
4
- data.tar.gz: b3e644cc6500cd7c4d34272991d718d859dc95e8
3
+ metadata.gz: ec5fe05f702d71e5a4fe2d37fb23680f6e8a740f
4
+ data.tar.gz: be1838469546c571a3920bf908add6c29064c4c2
5
5
  SHA512:
6
- metadata.gz: 24c411f38a3d287345ab1bbaf66a905ade9c0561d50150145fb0057d2128dfaf322291ef5b654f67b8622c319e948d279bfcc065133477f55ef9e1f6157c4f6c
7
- data.tar.gz: 4ecbc88d8c81b6686f5306fe3f43754cbddc24c726d48ccc9a09927f926daf5f6c4f0f3d1c23a5f9645bd597408be3d7211fdba1d05a85d82c78f427fd68a36f
6
+ metadata.gz: b6d1261eb1c37670d35912b881c272cd3d92c3adbeb163df2329fdc0528bbff4839c519c8ee8c643bd344b631ae2fb557885c80c5a711e5102134c75a9c4e22c
7
+ data.tar.gz: 8c4c727aa8f6f171f26e82e8c91812d68fa16f8bc31e737258ce6d6aaefe2fc0395742da99c83f2757f6981caa47d0dfba0c3de0c57eea797d2cbe0dd2afadbf
@@ -1,3 +1,3 @@
1
1
  module RussianInvoices
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
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.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
- - Your name
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: Description of RussianInvoices.
125
+ description: Gem for generating pdf documents.
126
126
  email:
127
- - Your email
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: Summary of RussianInvoices.
180
+ summary: Gem for generating pdf documents.
181
181
  test_files: []