towsta 2.0.2 → 2.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock ADDED
@@ -0,0 +1,108 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ towsta (2.0.2)
5
+ active_support
6
+ bresson
7
+ cameraman
8
+ coffee-script
9
+ compass
10
+ dalli
11
+ haml
12
+ i18n-router
13
+ json
14
+ pony
15
+ sinatra
16
+ sinatra-content-for
17
+ therubyracer
18
+
19
+ GEM
20
+ remote: http://rubygems.org/
21
+ specs:
22
+ active_support (3.0.0)
23
+ activesupport (= 3.0.0)
24
+ activesupport (3.0.0)
25
+ addressable (2.2.6)
26
+ bresson (0.0.5)
27
+ flickraw
28
+ cameraman (0.0.2)
29
+ chunky_png (1.2.5)
30
+ coffee-script (2.2.0)
31
+ coffee-script-source
32
+ execjs
33
+ coffee-script-source (1.2.0)
34
+ compass (0.11.7)
35
+ chunky_png (~> 1.2)
36
+ fssm (>= 0.2.7)
37
+ sass (~> 3.1)
38
+ dalli (1.1.4)
39
+ diff-lcs (1.1.3)
40
+ execjs (1.3.0)
41
+ multi_json (~> 1.0)
42
+ flickraw (0.9.5)
43
+ fssm (0.2.8.1)
44
+ haml (3.1.4)
45
+ heroku (2.20.0)
46
+ launchy (>= 0.3.2)
47
+ rest-client (~> 1.6.1)
48
+ rubyzip
49
+ term-ansicolor (~> 1.0.5)
50
+ i18n (0.6.0)
51
+ i18n-router (0.0.3)
52
+ sinatra-r18n
53
+ json (1.6.5)
54
+ launchy (2.0.5)
55
+ addressable (~> 2.2.6)
56
+ libv8 (3.3.10.4)
57
+ mail (2.4.1)
58
+ i18n (>= 0.4.0)
59
+ mime-types (~> 1.16)
60
+ treetop (~> 1.4.8)
61
+ mime-types (1.17.2)
62
+ multi_json (1.0.4)
63
+ polyglot (0.3.3)
64
+ pony (1.4)
65
+ mail (> 2.0)
66
+ r18n-core (0.4.14)
67
+ rack (1.4.1)
68
+ rack-protection (1.2.0)
69
+ rack
70
+ rest-client (1.6.7)
71
+ mime-types (>= 1.16)
72
+ rspec (2.8.0)
73
+ rspec-core (~> 2.8.0)
74
+ rspec-expectations (~> 2.8.0)
75
+ rspec-mocks (~> 2.8.0)
76
+ rspec-core (2.8.0)
77
+ rspec-expectations (2.8.0)
78
+ diff-lcs (~> 1.1.2)
79
+ rspec-mocks (2.8.0)
80
+ rubyzip (0.9.6.1)
81
+ sass (3.1.15)
82
+ shotgun (0.9)
83
+ rack (>= 1.0)
84
+ sinatra (1.3.2)
85
+ rack (~> 1.3, >= 1.3.6)
86
+ rack-protection (~> 1.2)
87
+ tilt (~> 1.3, >= 1.3.3)
88
+ sinatra-content-for (0.2)
89
+ sinatra
90
+ sinatra-r18n (0.4.14)
91
+ r18n-core (= 0.4.14)
92
+ sinatra (>= 1.3)
93
+ term-ansicolor (1.0.7)
94
+ therubyracer (0.9.9)
95
+ libv8 (~> 3.3.10)
96
+ tilt (1.3.3)
97
+ treetop (1.4.10)
98
+ polyglot
99
+ polyglot (>= 0.3.1)
100
+
101
+ PLATFORMS
102
+ ruby
103
+
104
+ DEPENDENCIES
105
+ heroku
106
+ rspec
107
+ shotgun
108
+ towsta!
data/bin/towsta CHANGED
File without changes
@@ -2,7 +2,7 @@ require "./towsta.rb"
2
2
 
3
3
  require 'dalli'
4
4
  set :cache, Dalli::Client.new
5
- require File.expand_path('../../ memory', __FILE__)
5
+ require File.expand_path('../../memory', __FILE__)
6
6
 
7
7
  Towsta::Synchronizer.new params: {}, request: :structure
8
8
 
@@ -1,3 +1,3 @@
1
1
  module Towsta
2
- VERSION = "2.0.2"
2
+ VERSION = "2.0.3"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 2
7
7
  - 0
8
- - 2
9
- version: 2.0.2
8
+ - 3
9
+ version: 2.0.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Mortaro
@@ -237,6 +237,7 @@ extra_rdoc_files: []
237
237
  files:
238
238
  - .gitignore
239
239
  - Gemfile
240
+ - Gemfile.lock
240
241
  - Rakefile
241
242
  - bin/towsta
242
243
  - lib/towsta.rb