headwinds 0.0.7 → 0.0.8

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: a7456c1642bcd0673313e3891c846fa1e7b0c88e
4
- data.tar.gz: 82ac01039fb4cb6465c03dc38d90e794140d4258
3
+ metadata.gz: ce924ab8dad600d8b056ee11104953ac7c0e1be8
4
+ data.tar.gz: 97bf882db04d87b0b63302d8751555c5ff786b67
5
5
  SHA512:
6
- metadata.gz: 5909ff74de52ecb0648b0a529eaf429f7b17309827c29d43d5074ffe30478942897843547ed5410b52888bf5df74edce184669bed5452ba4035cdb9300db483c
7
- data.tar.gz: c57a37f739d56fbc5186955d2ed9f6cbb80b65e2bca8be52b9db9afbd1956f57b85dd0934ad520e55c3e45d96f5f31f43f477a86edd628c1cb8ea6e2fb3a87ba
6
+ metadata.gz: 5f115587e029fcab65137137ca1d881b0178ab20dfa02113970c0099266cd7b4f17a5de04b573591965568d12100f5d57c01317d3b6d6106f3887fcabd796483
7
+ data.tar.gz: 0b2252eae6490f699336fb1249f2b5f78959425ff4aa9e4d7d9c74aced52c538117fac20041c1f5ee78e6e5704ac53dcff190665a8ecf324c4efeb814515cb1f
data/lib/headwinds.rb CHANGED
@@ -23,6 +23,15 @@ module Rack
23
23
  self.class.api_key = options[:api_key]
24
24
  end
25
25
 
26
+ def call(env)
27
+ dup._call(env)
28
+ end
29
+
30
+ def _call(env)
31
+ print 'testing it'
32
+ end
33
+
34
+
26
35
  def initialize_kapow(location)
27
36
  print "Content-Type: text/html\n\n"
28
37
  print '<script src="http://rabbit.cs.pdx.edu/headwinds/application/js/kapow.js"></script>'
@@ -1,3 +1,3 @@
1
1
  module Headwinds
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: headwinds
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tien Le