stripe_invoice 1.3.3 → 1.3.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (121) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +0 -0
  3. data/.project +0 -0
  4. data/Gemfile +0 -0
  5. data/Gemfile.lock +0 -0
  6. data/MIT-LICENSE +0 -0
  7. data/README.md +0 -0
  8. data/Rakefile +0 -0
  9. data/app/assets/images/stripe_invoice/.gitkeep +0 -0
  10. data/app/assets/javascripts/stripe_invoice/application.js +0 -0
  11. data/app/assets/javascripts/stripe_invoice/invoices.js +0 -0
  12. data/app/assets/stylesheets/stripe_invoice/application.css +0 -0
  13. data/app/assets/stylesheets/stripe_invoice/invoices.css +0 -0
  14. data/app/controllers/stripe_invoice/application_controller.rb +0 -0
  15. data/app/controllers/stripe_invoice/invoices_controller.rb +0 -0
  16. data/app/delayed_jobs/stripe_invoice/dj_tax_report.rb +0 -1
  17. data/app/helpers/stripe_invoice/application_helper.rb +0 -0
  18. data/app/helpers/stripe_invoice/invoices_helper.rb +0 -0
  19. data/app/helpers/stripe_invoice/tax_report_helper.rb +0 -0
  20. data/app/mailers/stripe_invoice/invoice_mailer.rb +0 -0
  21. data/app/models/stripe_invoice/charge.rb +0 -0
  22. data/app/views/layouts/stripe_invoice/application.html.erb +0 -0
  23. data/app/views/stripe_invoice/invoice_mailer/new_invoice.text.erb +0 -0
  24. data/app/views/stripe_invoice/invoice_mailer/refund_invoice.text.erb +0 -0
  25. data/app/views/stripe_invoice/invoice_mailer/tax_report.text.erb +0 -0
  26. data/app/views/stripe_invoice/invoices/index.html.haml +0 -0
  27. data/app/views/stripe_invoice/invoices/show.html.haml +0 -0
  28. data/app/views/stripe_invoice/invoices/show.pdf.prawn +0 -0
  29. data/app/views/stripe_invoice/invoices/tax_report.pdf.prawn +0 -0
  30. data/config/initializers/stripe_event.rb +0 -0
  31. data/config/routes.rb +0 -0
  32. data/db/migrate/20140605194026_create_stripe_invoice_invoices.rb +0 -0
  33. data/db/migrate/20141117125158_add_fields_into_stripe_invoice_invoices.rb +0 -0
  34. data/db/migrate/20141202074511_add_parent_invoice_id_into_stripe_invoice_invoices.rb +0 -0
  35. data/db/migrate/20150217040042_add_fields_to_invoice.rb +0 -0
  36. data/db/migrate/20150217203002_rename_invoices_to_charges.rb +0 -0
  37. data/lib/generators/stripe_invoice/install_generator.rb +0 -0
  38. data/lib/generators/stripe_invoice/views_generator.rb +0 -0
  39. data/lib/stripe/api_operations_list.rb +0 -0
  40. data/lib/stripe_invoice.rb +0 -0
  41. data/lib/stripe_invoice/engine.rb +0 -0
  42. data/lib/stripe_invoice/renderer.rb +0 -0
  43. data/lib/stripe_invoice/version.rb +1 -1
  44. data/lib/tasks/stripe_invoice_tasks.rake +0 -0
  45. data/spec/controllers/stripe_invoice/invoices_controller_spec.rb +0 -0
  46. data/spec/dummy/README.rdoc +0 -0
  47. data/spec/dummy/Rakefile +0 -0
  48. data/spec/dummy/app/assets/javascripts/application.js +0 -0
  49. data/spec/dummy/app/assets/stylesheets/application.css +0 -0
  50. data/spec/dummy/app/controllers/application_controller.rb +0 -0
  51. data/spec/dummy/app/helpers/application_helper.rb +0 -0
  52. data/spec/dummy/app/mailers/.gitkeep +0 -0
  53. data/spec/dummy/app/models/.gitkeep +0 -0
  54. data/spec/dummy/app/views/layouts/application.html.erb +0 -0
  55. data/spec/dummy/config.ru +0 -0
  56. data/spec/dummy/config/application.rb +0 -0
  57. data/spec/dummy/config/boot.rb +0 -0
  58. data/spec/dummy/config/database.yml +0 -0
  59. data/spec/dummy/config/environment.rb +0 -0
  60. data/spec/dummy/config/environments/development.rb +0 -0
  61. data/spec/dummy/config/environments/production.rb +0 -0
  62. data/spec/dummy/config/environments/test.rb +0 -0
  63. data/spec/dummy/config/initializers/backtrace_silencers.rb +0 -0
  64. data/spec/dummy/config/initializers/inflections.rb +0 -0
  65. data/spec/dummy/config/initializers/mime_types.rb +0 -0
  66. data/spec/dummy/config/initializers/secret_token.rb +0 -0
  67. data/spec/dummy/config/initializers/session_store.rb +0 -0
  68. data/spec/dummy/config/initializers/wrap_parameters.rb +0 -0
  69. data/spec/dummy/config/locales/en.yml +0 -0
  70. data/spec/dummy/config/routes.rb +0 -0
  71. data/spec/dummy/lib/assets/.gitkeep +0 -0
  72. data/spec/dummy/log/.gitkeep +0 -0
  73. data/spec/dummy/public/404.html +0 -0
  74. data/spec/dummy/public/422.html +0 -0
  75. data/spec/dummy/public/500.html +0 -0
  76. data/spec/dummy/public/favicon.ico +0 -0
  77. data/spec/factories/stripe_invoice_invoices_factory.rb +0 -0
  78. data/spec/fixtures/stripe_invoice/invoice_mailer/new_invoice +0 -0
  79. data/spec/mailers/stripe_invoice/invoice_mailer_spec.rb +0 -0
  80. data/spec/spec_helper.rb +0 -0
  81. data/spec/support/vcr_setup.rb +0 -0
  82. data/stripe_invoice.gemspec +0 -0
  83. data/test/dummy/README.rdoc +0 -0
  84. data/test/dummy/Rakefile +0 -0
  85. data/test/dummy/app/assets/javascripts/application.js +0 -0
  86. data/test/dummy/app/assets/stylesheets/application.css +0 -0
  87. data/test/dummy/app/controllers/application_controller.rb +0 -0
  88. data/test/dummy/app/helpers/application_helper.rb +0 -0
  89. data/test/dummy/app/mailers/.gitkeep +0 -0
  90. data/test/dummy/app/models/.gitkeep +0 -0
  91. data/test/dummy/app/views/layouts/application.html.erb +0 -0
  92. data/test/dummy/config.ru +0 -0
  93. data/test/dummy/config/application.rb +0 -0
  94. data/test/dummy/config/boot.rb +0 -0
  95. data/test/dummy/config/database.yml +0 -0
  96. data/test/dummy/config/environment.rb +0 -0
  97. data/test/dummy/config/environments/development.rb +0 -0
  98. data/test/dummy/config/environments/production.rb +0 -0
  99. data/test/dummy/config/environments/test.rb +0 -0
  100. data/test/dummy/config/initializers/backtrace_silencers.rb +0 -0
  101. data/test/dummy/config/initializers/inflections.rb +0 -0
  102. data/test/dummy/config/initializers/mime_types.rb +0 -0
  103. data/test/dummy/config/initializers/secret_token.rb +0 -0
  104. data/test/dummy/config/initializers/session_store.rb +0 -0
  105. data/test/dummy/config/initializers/wrap_parameters.rb +0 -0
  106. data/test/dummy/config/locales/en.yml +0 -0
  107. data/test/dummy/config/routes.rb +0 -0
  108. data/test/dummy/lib/assets/.gitkeep +0 -0
  109. data/test/dummy/log/.gitkeep +0 -0
  110. data/test/dummy/public/404.html +0 -0
  111. data/test/dummy/public/422.html +0 -0
  112. data/test/dummy/public/500.html +0 -0
  113. data/test/dummy/public/favicon.ico +0 -0
  114. data/test/fixtures/stripe_invoice/invoices.yml +0 -0
  115. data/test/functional/stripe_invoice/invoices_controller_test.rb +0 -0
  116. data/test/integration/navigation_test.rb +0 -0
  117. data/test/stripe_invoice_test.rb +0 -0
  118. data/test/test_helper.rb +0 -0
  119. data/test/unit/helpers/stripe_invoice/invoices_helper_test.rb +0 -0
  120. data/test/unit/stripe_invoice/invoice_test.rb +0 -0
  121. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d6c62d186f30b26ee3f6f9c5e0741a8f5e855924
4
- data.tar.gz: cc3d701733f07968d2fdf9ba1d9af4eb7c5f953a
3
+ metadata.gz: 522dac5f6b98d4be029cfb10a1fcab9ddf6a8897
4
+ data.tar.gz: c35d41cf3535b531182a48b86e2962e7504e0a90
5
5
  SHA512:
6
- metadata.gz: 2f43f460652eef6aa0204be986a70a2239384f3557c6d7c3ede0a05ae38ca5b65dcb04d3787366dfca6adb50bca27681b28ef2553ac328d22df8e6f13f763a77
7
- data.tar.gz: 0914d73f343604a061f854d02d394f1fcb4bd40ec8a42abb77143d1c5abb27d55b53ecd56b1ef7414182ae167c8dabbf84496434bf1b9b31315f9d77e7e8d45e
6
+ metadata.gz: ac5fc9cccdbfeb54978c719a0d0042d20d48f0e418d4e9e33f01f58bf9620eb6fef4507e5588b8ffad13f7033edad3a152001a8238f07881e560ec1369271c0d
7
+ data.tar.gz: 87012a07c1470099b7c251cc267179ba09ac9d2fc164bca0d1cd66247e73e4c0936f7d9a89d05cbbdfef5fd02334262c5ed9dc3cd03e26fda703b6318421406e
data/.gitignore CHANGED
File without changes
data/.project CHANGED
File without changes
data/Gemfile CHANGED
File without changes
data/Gemfile.lock CHANGED
File without changes
data/MIT-LICENSE CHANGED
File without changes
data/README.md CHANGED
File without changes
data/Rakefile CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -1,7 +1,6 @@
1
1
  module StripeInvoice
2
2
  class DJTaxReport
3
3
  def initialize(year = 1.year.ago.year)
4
- year = 2015
5
4
  @year = year
6
5
  end
7
6
 
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
data/config/routes.rb CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -1,3 +1,3 @@
1
1
  module StripeInvoice
2
- VERSION = "1.3.3"
2
+ VERSION = "1.3.4"
3
3
  end
File without changes
File without changes
data/spec/dummy/Rakefile CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
data/spec/dummy/config.ru CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
data/spec/spec_helper.rb CHANGED
File without changes
File without changes
File without changes
File without changes
data/test/dummy/Rakefile CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
data/test/dummy/config.ru CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
data/test/test_helper.rb CHANGED
File without changes
File without changes
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stripe_invoice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.3
4
+ version: 1.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christoph Engelhardt
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-07-10 00:00:00.000000000 Z
11
+ date: 2017-02-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails