neufelry-twitter-sms 0.4.5 → 0.4.6

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
- :patch: 5
2
+ :patch: 6
3
3
  :major: 0
4
4
  :minor: 4
File without changes
File without changes
@@ -0,0 +1,11 @@
1
+ require 'rubygems'
2
+ require 'sinatra'
3
+
4
+ require 'twitter-sms'
5
+ require 'json'
6
+
7
+ twitter_sms = TwitterSms::Checker.new
8
+
9
+ get '/' do
10
+ twitter_sms.config.to_json
11
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: neufelry-twitter-sms
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.5
4
+ version: 0.4.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Neufeld
@@ -51,8 +51,10 @@ files:
51
51
  - README.md
52
52
  - VERSION.yml
53
53
  - bin/twitter-sms
54
- - lib/checker.rb
55
- - lib/logger.rb
54
+ - lib/twitter-sms
55
+ - lib/twitter-sms/checker.rb
56
+ - lib/twitter-sms/logger.rb
57
+ - lib/twitter-sms/sinatra.rb
56
58
  - test/test_checker.rb
57
59
  - test/test_helper.rb
58
60
  - test/test_logger.rb