databasion 0.0.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.
metadata ADDED
@@ -0,0 +1,160 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: databasion
3
+ version: !ruby/object:Gem::Version
4
+ hash: 29
5
+ prerelease: false
6
+ segments:
7
+ - 0
8
+ - 0
9
+ - 1
10
+ version: 0.0.1
11
+ platform: ruby
12
+ authors:
13
+ - Brian Jones
14
+ - Istpika
15
+ autorequire:
16
+ bindir: bin
17
+ cert_chain: []
18
+
19
+ date: 2010-05-19 00:00:00 +09:00
20
+ default_executable: databasion
21
+ dependencies:
22
+ - !ruby/object:Gem::Dependency
23
+ name: activerecord
24
+ prerelease: false
25
+ requirement: &id001 !ruby/object:Gem::Requirement
26
+ none: false
27
+ requirements:
28
+ - - ">="
29
+ - !ruby/object:Gem::Version
30
+ hash: 9
31
+ segments:
32
+ - 2
33
+ - 3
34
+ - 5
35
+ version: 2.3.5
36
+ type: :runtime
37
+ version_requirements: *id001
38
+ - !ruby/object:Gem::Dependency
39
+ name: activesupport
40
+ prerelease: false
41
+ requirement: &id002 !ruby/object:Gem::Requirement
42
+ none: false
43
+ requirements:
44
+ - - ">="
45
+ - !ruby/object:Gem::Version
46
+ hash: 9
47
+ segments:
48
+ - 2
49
+ - 3
50
+ - 5
51
+ version: 2.3.5
52
+ type: :runtime
53
+ version_requirements: *id002
54
+ - !ruby/object:Gem::Dependency
55
+ name: google-spreadsheet-ruby
56
+ prerelease: false
57
+ requirement: &id003 !ruby/object:Gem::Requirement
58
+ none: false
59
+ requirements:
60
+ - - ">="
61
+ - !ruby/object:Gem::Version
62
+ hash: 25
63
+ segments:
64
+ - 0
65
+ - 1
66
+ - 1
67
+ version: 0.1.1
68
+ type: :runtime
69
+ version_requirements: *id003
70
+ - !ruby/object:Gem::Dependency
71
+ name: spreadsheet
72
+ prerelease: false
73
+ requirement: &id004 !ruby/object:Gem::Requirement
74
+ none: false
75
+ requirements:
76
+ - - ">="
77
+ - !ruby/object:Gem::Version
78
+ hash: 109
79
+ segments:
80
+ - 0
81
+ - 6
82
+ - 4
83
+ - 1
84
+ version: 0.6.4.1
85
+ type: :runtime
86
+ version_requirements: *id004
87
+ description:
88
+ email: mojobojo@gmail.com
89
+ executables:
90
+ - databasion
91
+ extensions: []
92
+
93
+ extra_rdoc_files:
94
+ - LICENSE
95
+ - README.md
96
+ files:
97
+ - LICENSE
98
+ - README.md
99
+ - Rakefile
100
+ - bin/databasion
101
+ - config/example.google.yml
102
+ - databasion.gemspec
103
+ - features/databasion.feature
104
+ - features/databasion/googlize.feature
105
+ - features/databasion/migitize.feature
106
+ - features/databasion/step_definitions/googlize_steps.rb
107
+ - features/databasion/step_definitions/migitize_steps.rb
108
+ - features/databasion/step_definitions/yamalize_steps.rb
109
+ - features/databasion/yamalize.feature
110
+ - features/step_definitions/databasion_steps.rb
111
+ - lib/databasion.rb
112
+ - lib/databasion/applcize.rb
113
+ - lib/databasion/csvilize.rb
114
+ - lib/databasion/excelize.rb
115
+ - lib/databasion/googlize.rb
116
+ - lib/databasion/migitize.rb
117
+ - lib/databasion/yamalize.rb
118
+ - lib/migration_helpers/MIT-LICENSE
119
+ - lib/migration_helpers/README.markdown
120
+ - lib/migration_helpers/init.rb
121
+ - lib/migration_helpers/lib/migration_helper.rb
122
+ - lib/tasks/databasion.rake
123
+ - lib/tasks/test.rake
124
+ - lib/trollop.rb
125
+ has_rdoc: true
126
+ homepage: http://github.com/boj/databasion
127
+ licenses: []
128
+
129
+ post_install_message:
130
+ rdoc_options:
131
+ - --charset=UTF-8
132
+ require_paths:
133
+ - lib
134
+ required_ruby_version: !ruby/object:Gem::Requirement
135
+ none: false
136
+ requirements:
137
+ - - ">="
138
+ - !ruby/object:Gem::Version
139
+ hash: 3
140
+ segments:
141
+ - 0
142
+ version: "0"
143
+ required_rubygems_version: !ruby/object:Gem::Requirement
144
+ none: false
145
+ requirements:
146
+ - - ">="
147
+ - !ruby/object:Gem::Version
148
+ hash: 3
149
+ segments:
150
+ - 0
151
+ version: "0"
152
+ requirements: []
153
+
154
+ rubyforge_project:
155
+ rubygems_version: 1.3.7
156
+ signing_key:
157
+ specification_version: 3
158
+ summary: A Google Spreadsheet/Excel -> YAML -> Ruby Migration Tool
159
+ test_files: []
160
+