excel_builder 0.0.1 → 0.0.2

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.
Binary file
@@ -19,7 +19,8 @@ EOF
19
19
  dependencies = [
20
20
  # Examples:
21
21
  [:runtime, "command_recorder", "~> 0.0.1"],
22
- [:runtime, "rest-client", "~> 1.6.6"]
22
+ [:runtime, "rest-client", "~> 1.6.6"],
23
+ [:runtime, "bundler", "~> 1.0"]
23
24
  # [:development, "rspec", "~> 2.1"],
24
25
  ]
25
26
 
@@ -1,3 +1,3 @@
1
1
  module ExcelBuilder
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: excel_builder
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tim Galeckas
@@ -50,6 +50,21 @@ dependencies:
50
50
  version: 1.6.6
51
51
  type: :runtime
52
52
  version_requirements: *id002
53
+ - !ruby/object:Gem::Dependency
54
+ name: bundler
55
+ prerelease: false
56
+ requirement: &id003 !ruby/object:Gem::Requirement
57
+ none: false
58
+ requirements:
59
+ - - ~>
60
+ - !ruby/object:Gem::Version
61
+ hash: 15
62
+ segments:
63
+ - 1
64
+ - 0
65
+ version: "1.0"
66
+ type: :runtime
67
+ version_requirements: *id003
53
68
  description: " connector and jruby sinatra app to generate excel spreadsheets\n"
54
69
  email: tim@galeckas.com
55
70
  executables: []
@@ -59,6 +74,7 @@ extensions: []
59
74
  extra_rdoc_files: []
60
75
 
61
76
  files:
77
+ - excel_builder-0.0.1.gem
62
78
  - excel_builder.gemspec
63
79
  - ext/app.rb
64
80
  - ext/favicon.ico