zenbox 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.
metadata ADDED
@@ -0,0 +1,94 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: zenbox
3
+ version: !ruby/object:Gem::Version
4
+ prerelease:
5
+ version: 0.0.2
6
+ platform: ruby
7
+ authors:
8
+ - Contextify
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+
13
+ date: 2012-06-20 00:00:00 Z
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: json
17
+ requirement: &id001 !ruby/object:Gem::Requirement
18
+ none: false
19
+ requirements:
20
+ - - ">="
21
+ - !ruby/object:Gem::Version
22
+ version: "0"
23
+ type: :runtime
24
+ prerelease: false
25
+ version_requirements: *id001
26
+ description:
27
+ email: support@cloudfuji.com
28
+ executables: []
29
+
30
+ extensions: []
31
+
32
+ extra_rdoc_files: []
33
+
34
+ files:
35
+ - generators/contextify/contextify_generator.rb
36
+ - generators/contextify/lib/insert_commands.rb
37
+ - generators/contextify/lib/rake_commands.rb
38
+ - generators/contextify/templates/contextify_tasks.rake
39
+ - generators/contextify/templates/initializer.rb
40
+ - lib/contextify/configuration.rb
41
+ - lib/contextify/rails.rb
42
+ - lib/contextify/railtie.rb
43
+ - lib/contextify/sender.rb
44
+ - lib/contextify/shared_tasks.rb
45
+ - lib/contextify/tasks.rb
46
+ - lib/contextify/user_helper.rb
47
+ - lib/contextify/version.rb
48
+ - lib/contextify.rb
49
+ - lib/rails/generators/contextify/contextify_generator.rb
50
+ - rails/init.rb
51
+ - resources/ca-bundle.crt
52
+ - resources/README.md
53
+ - contextify.gemspec
54
+ - Gemfile
55
+ - INSTALL
56
+ - MIT-LICENSE
57
+ - Rakefile
58
+ - README.md
59
+ - install.rb
60
+ homepage: http://cloudfuji.com
61
+ licenses: []
62
+
63
+ post_install_message:
64
+ rdoc_options: []
65
+
66
+ require_paths:
67
+ - lib
68
+ required_ruby_version: !ruby/object:Gem::Requirement
69
+ none: false
70
+ requirements:
71
+ - - ">="
72
+ - !ruby/object:Gem::Version
73
+ hash: 608142743562620204
74
+ segments:
75
+ - 0
76
+ version: "0"
77
+ required_rubygems_version: !ruby/object:Gem::Requirement
78
+ none: false
79
+ requirements:
80
+ - - ">="
81
+ - !ruby/object:Gem::Version
82
+ hash: 608142743562620204
83
+ segments:
84
+ - 0
85
+ version: "0"
86
+ requirements: []
87
+
88
+ rubyforge_project:
89
+ rubygems_version: 1.8.17
90
+ signing_key:
91
+ specification_version: 3
92
+ summary: Send your user information to our hosted service and contextify your inbox.
93
+ test_files: []
94
+