kuva 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a99243cf09b510defc2fdebe80ed11aeced30981
4
- data.tar.gz: 5329dbc4b42517b153669076d0fdb8903a17eec2
3
+ metadata.gz: 7a0166ea8337ee8ebaa9d537ad8e852b2eddce5f
4
+ data.tar.gz: 6340fbbc8e0085c32bbbf2bbfd8aa03c2e35682b
5
5
  SHA512:
6
- metadata.gz: caf551f8269cc6bc9b22bec74731a610bb53c9f7a4b6e56d35531586544debbd9e93317fa63dc5ebc0ac81daad39e3337628f9a738b5f75d77f00e8e3d9958f9
7
- data.tar.gz: c5286e5b5ab3565ed170439b0fcc0181e139ad6b49f7c3a1b262fa49ac5150ad3206b822e2a66b0965dee7bad34e9913980e394665ea515e2d90430d46360b0c
6
+ metadata.gz: 2f36aa5b8b59c6937fe208c6176fa798c744211da050e73fb5b2770bc90be673f6bddfc0fba5689f4660abc32fbf84afd9f732fa78c50c1cc21d5ca1a5299d73
7
+ data.tar.gz: 506d8f6863ba95d0ce03d17879c276c9877234fff04a2c2a6fd8f36ec274fe9a8e2cc33ae18d18ba0d02602592868e143ea13d5fd6c3678d92a1b8b7c42a8a02
@@ -1,39 +1,39 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- kuva (0.0.3)
4
+ kuva (0.0.5)
5
5
  coffee-rails (~> 4.0.0)
6
6
  compass-rails
7
7
  flickraw
8
8
  haml
9
9
  jquery-rails
10
- rails (~> 4.0, >= 4.0.0)
10
+ rails (~> 4.1, >= 4.1.1)
11
11
  sass-rails (~> 4.0.0)
12
12
 
13
13
  GEM
14
14
  remote: https://rubygems.org/
15
15
  specs:
16
- actionmailer (4.1.0)
17
- actionpack (= 4.1.0)
18
- actionview (= 4.1.0)
16
+ actionmailer (4.1.1)
17
+ actionpack (= 4.1.1)
18
+ actionview (= 4.1.1)
19
19
  mail (~> 2.5.4)
20
- actionpack (4.1.0)
21
- actionview (= 4.1.0)
22
- activesupport (= 4.1.0)
20
+ actionpack (4.1.1)
21
+ actionview (= 4.1.1)
22
+ activesupport (= 4.1.1)
23
23
  rack (~> 1.5.2)
24
24
  rack-test (~> 0.6.2)
25
- actionview (4.1.0)
26
- activesupport (= 4.1.0)
25
+ actionview (4.1.1)
26
+ activesupport (= 4.1.1)
27
27
  builder (~> 3.1)
28
28
  erubis (~> 2.7.0)
29
- activemodel (4.1.0)
30
- activesupport (= 4.1.0)
29
+ activemodel (4.1.1)
30
+ activesupport (= 4.1.1)
31
31
  builder (~> 3.1)
32
- activerecord (4.1.0)
33
- activemodel (= 4.1.0)
34
- activesupport (= 4.1.0)
32
+ activerecord (4.1.1)
33
+ activemodel (= 4.1.1)
34
+ activesupport (= 4.1.1)
35
35
  arel (~> 5.0.0)
36
- activesupport (4.1.0)
36
+ activesupport (4.1.1)
37
37
  i18n (~> 0.6, >= 0.6.9)
38
38
  json (~> 1.7, >= 1.7.7)
39
39
  minitest (~> 5.1)
@@ -44,7 +44,7 @@ GEM
44
44
  activesupport (>= 3.0)
45
45
  railties (>= 3.0)
46
46
  rspec-rails (>= 2.2)
47
- arel (5.0.0)
47
+ arel (5.0.1.20140414130214)
48
48
  builder (3.2.2)
49
49
  capybara (2.2.1)
50
50
  mime-types (>= 1.16)
@@ -97,30 +97,30 @@ GEM
97
97
  treetop (~> 1.4.8)
98
98
  mime-types (1.25.1)
99
99
  mini_portile (0.5.3)
100
- minitest (5.3.2)
101
- multi_json (1.9.2)
100
+ minitest (5.3.4)
101
+ multi_json (1.10.1)
102
102
  nokogiri (1.6.1)
103
103
  mini_portile (~> 0.5.0)
104
- polyglot (0.3.4)
104
+ polyglot (0.3.5)
105
105
  rack (1.5.2)
106
106
  rack-test (0.6.2)
107
107
  rack (>= 1.0)
108
- rails (4.1.0)
109
- actionmailer (= 4.1.0)
110
- actionpack (= 4.1.0)
111
- actionview (= 4.1.0)
112
- activemodel (= 4.1.0)
113
- activerecord (= 4.1.0)
114
- activesupport (= 4.1.0)
108
+ rails (4.1.1)
109
+ actionmailer (= 4.1.1)
110
+ actionpack (= 4.1.1)
111
+ actionview (= 4.1.1)
112
+ activemodel (= 4.1.1)
113
+ activerecord (= 4.1.1)
114
+ activesupport (= 4.1.1)
115
115
  bundler (>= 1.3.0, < 2.0)
116
- railties (= 4.1.0)
116
+ railties (= 4.1.1)
117
117
  sprockets-rails (~> 2.0)
118
- railties (4.1.0)
119
- actionpack (= 4.1.0)
120
- activesupport (= 4.1.0)
118
+ railties (4.1.1)
119
+ actionpack (= 4.1.1)
120
+ activesupport (= 4.1.1)
121
121
  rake (>= 0.8.7)
122
122
  thor (>= 0.18.1, < 2.0)
123
- rake (10.2.2)
123
+ rake (10.3.2)
124
124
  rest-client (1.6.7)
125
125
  mime-types (>= 1.16)
126
126
  rspec-core (2.14.8)
@@ -160,13 +160,13 @@ GEM
160
160
  term-ansicolor (1.3.0)
161
161
  tins (~> 1.0)
162
162
  thor (0.19.1)
163
- thread_safe (0.3.3)
163
+ thread_safe (0.3.4)
164
164
  tilt (1.4.1)
165
165
  tins (1.1.0)
166
166
  treetop (1.4.15)
167
167
  polyglot
168
168
  polyglot (>= 0.3.1)
169
- tzinfo (1.1.0)
169
+ tzinfo (1.2.1)
170
170
  thread_safe (~> 0.1)
171
171
  vcr (2.9.0)
172
172
  webmock (1.17.3)
data/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # Kuva
2
2
 
3
- [![Build Status](https://travis-ci.org/kevintuhumury/kuva.png)](https://travis-ci.org/kevintuhumury/kuva)
3
+ [![Build Status](https://travis-ci.org/kevintuhumury/kuva.svg)](https://travis-ci.org/kevintuhumury/kuva)
4
4
  [![Gem Version](https://badge.fury.io/rb/kuva.svg)](http://badge.fury.io/rb/kuva)
5
- [![Dependency Status](https://gemnasium.com/kevintuhumury/kuva.png)](https://gemnasium.com/kevintuhumury/kuva)
5
+ [![Dependency Status](https://gemnasium.com/kevintuhumury/kuva.svg)](https://gemnasium.com/kevintuhumury/kuva)
6
6
  [![Code Climate](https://codeclimate.com/github/kevintuhumury/kuva.png)](https://codeclimate.com/github/kevintuhumury/kuva)
7
7
  [![Coverage Status](https://coveralls.io/repos/kevintuhumury/kuva/badge.png)](https://coveralls.io/r/kevintuhumury/kuva)
8
8
 
@@ -141,13 +141,13 @@ You're very welcome to contribute to this gem. To do so, please follow these ste
141
141
 
142
142
  Kuva has some basic functionality, but it can always be improved. Some features that might be useful:
143
143
 
144
- - Pagination (e.g. kaminari) on the photoset collection and photoset view (when you've got a lot of photosets or photos)
145
- - Navigating through the photosets and photos (going to the next one)
146
- - Adding a photostream
147
- - Adding exif data to the photo view
148
- - Adding geo data to the photo view
149
- - Adding tags (including filtering by those tags)
150
- - Adding comments (or simply showing them)
144
+ - [ ] Pagination (e.g. kaminari) on the photoset collection and photoset view (when you've got a lot of photosets or photos)
145
+ - [ ] Navigating through the photosets and photos (going to the next one)
146
+ - [ ] Adding a photostream
147
+ - [ ] Adding exif data to the photo view
148
+ - [ ] Adding geo data to the photo view
149
+ - [ ] Adding tags (including filtering by those tags)
150
+ - [ ] Adding comments (or simply showing them)
151
151
 
152
152
  When you would like to contribute, but you're not sure what to add, pick something from the list above. If you start on one of them, please [add a new issue](https://github.com/kevintuhumury/kuva/issues/new) (to claim a feature), so that we don't get multiple pull requests for the same functionality.
153
153
 
@@ -1,6 +1,6 @@
1
1
  = breadcrumbs_for @photoset
2
2
 
3
3
  %h1= @photo.title
4
- %p= @photo.description
4
+ %p= @photo.description.html_safe
5
5
 
6
6
  = image_tag @photo.url, alt: @photo.title
@@ -16,7 +16,7 @@ Gem::Specification.new do |gem|
16
16
  gem.files = `git ls-files`.split("\n")
17
17
  gem.test_files = `git ls-files -- spec/**/*`.split("\n")
18
18
 
19
- gem.add_dependency "rails", "~> 4.0", ">= 4.0.0"
19
+ gem.add_dependency "rails", "~> 4.1", ">= 4.1.1"
20
20
  gem.add_dependency "flickraw"
21
21
  gem.add_dependency "haml"
22
22
  gem.add_dependency "sass-rails", "~> 4.0.0"
@@ -1,3 +1,3 @@
1
1
  module Kuva
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,117 +1,117 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kuva
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin Tuhumury
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-04-20 00:00:00.000000000 Z
11
+ date: 2014-06-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ~>
18
18
  - !ruby/object:Gem::Version
19
- version: '4.0'
20
- - - ">="
19
+ version: '4.1'
20
+ - - '>='
21
21
  - !ruby/object:Gem::Version
22
- version: 4.0.0
22
+ version: 4.1.1
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
26
26
  requirements:
27
- - - "~>"
27
+ - - ~>
28
28
  - !ruby/object:Gem::Version
29
- version: '4.0'
30
- - - ">="
29
+ version: '4.1'
30
+ - - '>='
31
31
  - !ruby/object:Gem::Version
32
- version: 4.0.0
32
+ version: 4.1.1
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: flickraw
35
35
  requirement: !ruby/object:Gem::Requirement
36
36
  requirements:
37
- - - ">="
37
+ - - '>='
38
38
  - !ruby/object:Gem::Version
39
39
  version: '0'
40
40
  type: :runtime
41
41
  prerelease: false
42
42
  version_requirements: !ruby/object:Gem::Requirement
43
43
  requirements:
44
- - - ">="
44
+ - - '>='
45
45
  - !ruby/object:Gem::Version
46
46
  version: '0'
47
47
  - !ruby/object:Gem::Dependency
48
48
  name: haml
49
49
  requirement: !ruby/object:Gem::Requirement
50
50
  requirements:
51
- - - ">="
51
+ - - '>='
52
52
  - !ruby/object:Gem::Version
53
53
  version: '0'
54
54
  type: :runtime
55
55
  prerelease: false
56
56
  version_requirements: !ruby/object:Gem::Requirement
57
57
  requirements:
58
- - - ">="
58
+ - - '>='
59
59
  - !ruby/object:Gem::Version
60
60
  version: '0'
61
61
  - !ruby/object:Gem::Dependency
62
62
  name: sass-rails
63
63
  requirement: !ruby/object:Gem::Requirement
64
64
  requirements:
65
- - - "~>"
65
+ - - ~>
66
66
  - !ruby/object:Gem::Version
67
67
  version: 4.0.0
68
68
  type: :runtime
69
69
  prerelease: false
70
70
  version_requirements: !ruby/object:Gem::Requirement
71
71
  requirements:
72
- - - "~>"
72
+ - - ~>
73
73
  - !ruby/object:Gem::Version
74
74
  version: 4.0.0
75
75
  - !ruby/object:Gem::Dependency
76
76
  name: coffee-rails
77
77
  requirement: !ruby/object:Gem::Requirement
78
78
  requirements:
79
- - - "~>"
79
+ - - ~>
80
80
  - !ruby/object:Gem::Version
81
81
  version: 4.0.0
82
82
  type: :runtime
83
83
  prerelease: false
84
84
  version_requirements: !ruby/object:Gem::Requirement
85
85
  requirements:
86
- - - "~>"
86
+ - - ~>
87
87
  - !ruby/object:Gem::Version
88
88
  version: 4.0.0
89
89
  - !ruby/object:Gem::Dependency
90
90
  name: jquery-rails
91
91
  requirement: !ruby/object:Gem::Requirement
92
92
  requirements:
93
- - - ">="
93
+ - - '>='
94
94
  - !ruby/object:Gem::Version
95
95
  version: '0'
96
96
  type: :runtime
97
97
  prerelease: false
98
98
  version_requirements: !ruby/object:Gem::Requirement
99
99
  requirements:
100
- - - ">="
100
+ - - '>='
101
101
  - !ruby/object:Gem::Version
102
102
  version: '0'
103
103
  - !ruby/object:Gem::Dependency
104
104
  name: compass-rails
105
105
  requirement: !ruby/object:Gem::Requirement
106
106
  requirements:
107
- - - ">="
107
+ - - '>='
108
108
  - !ruby/object:Gem::Version
109
109
  version: '0'
110
110
  type: :runtime
111
111
  prerelease: false
112
112
  version_requirements: !ruby/object:Gem::Requirement
113
113
  requirements:
114
- - - ">="
114
+ - - '>='
115
115
  - !ruby/object:Gem::Version
116
116
  version: '0'
117
117
  description: This Rails Engine provides a Flickr gallery for use in your own Rails
@@ -122,13 +122,13 @@ executables: []
122
122
  extensions: []
123
123
  extra_rdoc_files: []
124
124
  files:
125
- - ".coveralls.yml"
126
- - ".env.example"
127
- - ".gitignore"
128
- - ".rspec"
129
- - ".ruby-gemset"
130
- - ".ruby-version"
131
- - ".travis.yml"
125
+ - .coveralls.yml
126
+ - .env.example
127
+ - .gitignore
128
+ - .rspec
129
+ - .ruby-gemset
130
+ - .ruby-version
131
+ - .travis.yml
132
132
  - Gemfile
133
133
  - Gemfile.lock
134
134
  - MIT-LICENSE
@@ -293,12 +293,12 @@ require_paths:
293
293
  - lib
294
294
  required_ruby_version: !ruby/object:Gem::Requirement
295
295
  requirements:
296
- - - ">="
296
+ - - '>='
297
297
  - !ruby/object:Gem::Version
298
298
  version: '0'
299
299
  required_rubygems_version: !ruby/object:Gem::Requirement
300
300
  requirements:
301
- - - ">="
301
+ - - '>='
302
302
  - !ruby/object:Gem::Version
303
303
  version: '0'
304
304
  requirements: []