notee 1.0.3 → 1.0.4
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.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b606e4803064e67083db5e2da8dd15385729058c
|
4
|
+
data.tar.gz: 2854f634500a7ed60bfd696c8ff16c567961376c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ee9b73981a30739a3c4cd3020c5d6471fae5328e45bda61a08b681bc56922d993301c9bea298418aa71815eaedb7849f0be4ff4fbfceb5cd889b0565ab8ec7fe
|
7
|
+
data.tar.gz: c76a209b9abeda56c418721c44cbca7bfe7f146b3a38bf01e80ad542c7def2b01a5d7039c996601b80cf158fb13023ecbbb4220a90dbaf1595fbb2b84e4f01c7
|
data/lib/notee/version.rb
CHANGED
data/lib/tasks/notee_tasks.rake
CHANGED
@@ -173,6 +173,8 @@ $(document).on('ready', function() {
|
|
173
173
|
output.write(File.open(File.expand_path('../images/default.png', __FILE__)).read)
|
174
174
|
end
|
175
175
|
end
|
176
|
+
|
177
|
+
puts 'create image in ' + image_path.to_s
|
176
178
|
end
|
177
179
|
|
178
180
|
def create_file(create_path, origin_path, dir)
|
@@ -200,6 +202,7 @@ $(document).on('ready', function() {
|
|
200
202
|
new_dir = Rails.root.to_s + create_dir.to_s
|
201
203
|
return if FileTest.exist?(new_dir)
|
202
204
|
FileUtils.cp_r(File.expand_path(origin_dir.to_s, __FILE__), new_dir)
|
205
|
+
puts 'create directory in ' + create_dir.to_s
|
203
206
|
end
|
204
207
|
|
205
208
|
end
|
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: notee
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- funaota
|
@@ -299,7 +299,7 @@ files:
|
|
299
299
|
- lib/tasks/views/notee/about.html.erb
|
300
300
|
- lib/tasks/views/notee/archives.html.erb
|
301
301
|
- lib/tasks/views/notee/categories.html.erb
|
302
|
-
- lib/tasks/views/notee/partials/
|
302
|
+
- lib/tasks/views/notee/partials/_footer.html.erb
|
303
303
|
- lib/tasks/views/notee/partials/_header.html.erb
|
304
304
|
- lib/tasks/views/notee/partials/_profile.html.erb
|
305
305
|
- lib/tasks/views/notee/partials/_sidebar.html.erb
|