towsta 2.0.9 → 2.0.10

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.
Files changed (3) hide show
  1. data/lib/towsta/version.rb +1 -1
  2. data/towsta.gemspec +0 -3
  3. metadata +2 -15
@@ -1,3 +1,3 @@
1
1
  module Towsta
2
- VERSION = "2.0.9"
2
+ VERSION = "2.0.10"
3
3
  end
data/towsta.gemspec CHANGED
@@ -12,7 +12,6 @@ Gem::Specification.new do |s|
12
12
  s.homepage = "http://rubygems.org/gems/towsta"
13
13
  s.summary = %q{Api Integration gem with towsta}
14
14
  s.description = %q{Simply integrates the towsta api}
15
- s.platform = $platform || RUBY_PLATFORM[/java/] || 'ruby'
16
15
 
17
16
  s.rubyforge_project = "towsta"
18
17
 
@@ -33,8 +32,6 @@ Gem::Specification.new do |s|
33
32
  s.add_development_dependency 'shotgun'
34
33
  s.add_development_dependency 'heroku'
35
34
 
36
- s.add_dependency "therubyracer" if true#!!s.platform.match("win32")
37
-
38
35
  s.files = `git ls-files`.split("\n")
39
36
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
40
37
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 2
7
7
  - 0
8
- - 9
9
- version: 2.0.9
8
+ - 10
9
+ version: 2.0.10
10
10
  platform: ruby
11
11
  authors:
12
12
  - Mortaro
@@ -212,19 +212,6 @@ dependencies:
212
212
  version: "0"
213
213
  type: :development
214
214
  version_requirements: *id015
215
- - !ruby/object:Gem::Dependency
216
- name: therubyracer
217
- prerelease: false
218
- requirement: &id016 !ruby/object:Gem::Requirement
219
- none: false
220
- requirements:
221
- - - ">="
222
- - !ruby/object:Gem::Version
223
- segments:
224
- - 0
225
- version: "0"
226
- type: :runtime
227
- version_requirements: *id016
228
215
  description: Simply integrates the towsta api
229
216
  email:
230
217
  - mortaro@towsta.com