storm 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  module Storm
2
2
  THRIFT_VERSION = "0.6.1"
3
3
  BINDINGS_CHECKSUM = "44c213f6280f7127b4efd59eab6bba89e5754b91"
4
- VERSION = "0.0.1"
4
+ VERSION = "0.0.2"
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: storm
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
  - Michael Montano
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-09-20 00:00:00 -07:00
18
+ date: 2012-09-21 00:00:00 -07:00
19
19
  default_executable:
20
20
  dependencies: []
21
21
 
@@ -31,8 +31,8 @@ extra_rdoc_files: []
31
31
  files:
32
32
  - Gemfile
33
33
  - lib/storm.rb
34
- - lib/storm/thrift/distributed_r_p_c.rb
35
- - lib/storm/thrift/distributed_r_p_c_invocations.rb
34
+ - lib/storm/thrift/distributed_rpc.rb
35
+ - lib/storm/thrift/distributed_rpc_invocations.rb
36
36
  - lib/storm/thrift/nimbus.rb
37
37
  - lib/storm/thrift/storm_constants.rb
38
38
  - lib/storm/thrift/storm_types.rb