ct_sendyr 0.2.1.1 → 0.2.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
- require 'uri'
1
+ require 'file'
2
2
 
3
3
  module Sendyr
4
4
  class Client
@@ -0,0 +1,3 @@
1
+ module Sendyr
2
+ VERSION = "0.2.1.2"
3
+ end
@@ -1,6 +1,6 @@
1
1
  require "faraday"
2
2
  require "require_all"
3
- require_all File.dirname(__FILE__) + "/sendyr"
3
+ require_all File.dirname(__FILE__) + "/ct_sendyr"
4
4
 
5
5
  module Sendyr
6
6
  class << self
data/sendyr.gemspec CHANGED
@@ -1,7 +1,7 @@
1
1
  # coding: utf-8
2
2
  lib = File.expand_path('../lib', __FILE__)
3
3
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
- require 'sendyr/version'
4
+ require 'ct_sendyr/version'
5
5
 
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "ct_sendyr"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ct_sendyr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1.1
4
+ version: 0.2.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -136,9 +136,9 @@ files:
136
136
  - LICENSE.txt
137
137
  - README.md
138
138
  - Rakefile
139
- - lib/sendyr.rb
140
- - lib/sendyr/client.rb
141
- - lib/sendyr/version.rb
139
+ - lib/ct_sendyr.rb
140
+ - lib/ct_sendyr/client.rb
141
+ - lib/ct_sendyr/version.rb
142
142
  - sendyr.gemspec
143
143
  - spec/sendyr_client_spec.rb
144
144
  - spec/sendyr_spec.rb
@@ -1,3 +0,0 @@
1
- module Sendyr
2
- VERSION = "0.2.1.1"
3
- end