ar-octopus 0.0.15 → 0.0.16
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.
- data/Rakefile +1 -1
- data/ar-octopus.gemspec +1 -1
- data/lib/octopus.rb +1 -1
- metadata +3 -3
data/Rakefile
CHANGED
|
@@ -29,7 +29,7 @@ begin
|
|
|
29
29
|
gem.authors = ["Thiago Pradi", "Mike Perham", "Amit Agarwal"]
|
|
30
30
|
gem.add_development_dependency "rspec", ">= 1.2.9"
|
|
31
31
|
gem.add_dependency('activerecord', '>= 3.0.0beta')
|
|
32
|
-
gem.version = "0.0.
|
|
32
|
+
gem.version = "0.0.16"
|
|
33
33
|
end
|
|
34
34
|
Jeweler::GemcutterTasks.new
|
|
35
35
|
rescue LoadError
|
data/ar-octopus.gemspec
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{ar-octopus}
|
|
8
|
-
s.version = "0.0.
|
|
8
|
+
s.version = "0.0.16"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Thiago Pradi", "Mike Perham", "Amit Agarwal"]
|
data/lib/octopus.rb
CHANGED
|
@@ -6,7 +6,7 @@ module Octopus
|
|
|
6
6
|
end
|
|
7
7
|
|
|
8
8
|
def self.config()
|
|
9
|
-
@config ||= YAML.load_file(Octopus.directory() + "/config/shards.yml")
|
|
9
|
+
@config ||= HashWithIndifferentAccess.new(YAML.load_file(Octopus.directory() + "/config/shards.yml"))
|
|
10
10
|
end
|
|
11
11
|
|
|
12
12
|
# Returns the Rails.root_to_s when you are using rails
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ar-octopus
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 63
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 16
|
|
10
|
+
version: 0.0.16
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Thiago Pradi
|