miracle_grow 0.2.1 → 0.2.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 92bc37716199e76fe164dadc37b57059c619dced
4
- data.tar.gz: 83cf9f115371eb6c7cdfb868897e5b3b7ff0188a
3
+ metadata.gz: 4a10c90b76abe20200ae0e2dd9481b4f7e1c255b
4
+ data.tar.gz: e0aba7e61f0062c0048c841936f06659163d4837
5
5
  SHA512:
6
- metadata.gz: d630b1a36464e2f4463fc0d7e3050a81d510690d5fcc80b9862923a86cc655d5b3c6ca3728e66c72692722d9e0071cfa145c17974db9b0757324837c0c2b2376
7
- data.tar.gz: 293e01974cb95bf664273806a66d0929174df3c0eb1e00df9b22897962aa423ab3db72ab15b2448573c3a5ffd8628337155efa02f6569193773a8eb623a811ea
6
+ metadata.gz: 2c8ea39f0ee2cc6e151bb700bee5fb022d9cf43761969c12f7dad411795839678e3bed240fe0e2b61378b8b5f3ed2a0380e44647ac237d01b14dec61a995e5a7
7
+ data.tar.gz: d6af62e8dbad9430cfc1ecf04c319818f03893835564be485f0ed85d43d6111d8fe40a759a18eccfb8b8a5e58615aa7b084791d559a57d757588d6dd1772c7d8
@@ -2,7 +2,7 @@ module MiracleGrow
2
2
 
3
3
  class Bed
4
4
  class << self
5
- ENV['HOST'] ||= "http://107.170.7.85"
5
+ ENV['HOST'] ||= "http://plantingseason.tk"
6
6
 
7
7
  def find_bed(id)
8
8
  response = Faraday.get("#{ENV["HOST"]}/api/v1/beds/#{id}")
@@ -2,7 +2,7 @@ module MiracleGrow
2
2
 
3
3
  class Plant
4
4
  class << self
5
- ENV['HOST'] ||= "http://107.170.7.85"
5
+ ENV['HOST'] ||= "http://plantingseason.tk"
6
6
 
7
7
  def all_the_plants
8
8
  response = Faraday.get("#{ENV["HOST"]}/api/v1/plants")
@@ -2,7 +2,7 @@ module MiracleGrow
2
2
 
3
3
  class Planting
4
4
  class << self
5
- ENV['HOST'] ||= "http://107.170.7.85"
5
+ ENV['HOST'] ||= "http://plantingseason.tk"
6
6
 
7
7
  def plantings_for_bed(id)
8
8
  response = Faraday.get("#{ENV["HOST"]}/api/v1/plantings/for_bed/#{id}")
@@ -1,3 +1,3 @@
1
1
  module MiracleGrow
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: miracle_grow
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Lewinsky
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2014-02-12 00:00:00.000000000 Z
14
+ date: 2014-02-13 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: bundler