svn_record 1.2.0 → 1.2.1

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: 3a5caf8caca640dc82c23d1b1c6e19fb9cbd6be0
4
- data.tar.gz: 67c77c4704ba61572783f7a69f961ba7a64b67c8
3
+ metadata.gz: 91ae14ed7361fa14a25f52108b846292268ff6ac
4
+ data.tar.gz: 46670a66145e80642043e20f42c92df86f108ece
5
5
  SHA512:
6
- metadata.gz: e2252b540fb80e712a99bad30caae0d89b3d90ab773524d4a6b082988f4ab20c6c8f60c861ef575ecd31ef774faf23f9c6cbfbc4f3763b01120cbbcf4953fa97
7
- data.tar.gz: e56658a1df1152534cdb8c2c6c296ad767a280a46164a5b6c6d785a0f65c30db9788410a6ca32d5f45990ad5c7ff7fbe0766e15fc5ce7008719d93afa9233754
6
+ metadata.gz: cade443e0aea7d6fb699fa149650027628e8f704ee2bf8d7c91b563efa4971ebc8a96ca466278c745eca1776c13433c8d8d3cab3628ac61f228e6c74a88763ca
7
+ data.tar.gz: 71870146623f31fc9643d704270fbb4c5867ffa2e411178a9da912302de660c6ee99568a617dc4e6b3253696d4710b4651a679355ff992f428e171813e0fee6e
data/README.md CHANGED
@@ -1,33 +1,33 @@
1
1
 
2
- ### 安装
2
+ ### Installation
3
3
 
4
- 1.添加Gemfile 文件代码如下
4
+ 1.Add Gemfile file code is as follows
5
5
 
6
6
  gem 'svn_record'
7
7
 
8
- 2.执行命令
8
+ 2.Execute the command
9
9
 
10
10
  rails g svn_record:install
11
11
 
12
- 3.添加脚本文件 application.js
12
+ 3.Add a script file
13
13
 
14
14
  //= require svn_record/change
15
15
 
16
- 4.添加样式文件 application.cs
16
+ 4.Add Style File
17
17
 
18
18
  *= require svn_record/site
19
19
 
20
- 5.连接svn配置文件
20
+ 5.Connect svn configuration file
21
21
 
22
22
  config/configuration.yml
23
23
 
24
24
 
25
- ### 访问页面
26
- 运行后访问地址
25
+ ### Connect svn configuration file
26
+ After running Access Address
27
27
 
28
28
  http://localhost:3000/repository/changes
29
29
 
30
- ### 国际化参考格式
30
+ ### International reference format
31
31
 
32
32
  datetime:
33
33
  distance_in_words:
@@ -2,3 +2,4 @@ jQuery ($) ->
2
2
  $('.contextual .toggle_code').click ->
3
3
  $('.contextual .autoscroll').toggle('sile')
4
4
  return false
5
+ $('.changeset-changes ul li:first a:first').attr('href', '/develop/repository/changes');
data/config/routes.rb CHANGED
@@ -14,4 +14,4 @@ SvnRecord::Engine.routes.draw do
14
14
  end
15
15
  Rails.application.routes.draw do
16
16
  mount SvnRecord::Engine => ""
17
- end
17
+ end
@@ -1,3 +1,3 @@
1
1
  module SvnRecord
2
- VERSION = "1.2.0"
2
+ VERSION = "1.2.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: svn_record
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lijia Tong
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-04-09 00:00:00.000000000 Z
11
+ date: 2013-06-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -135,7 +135,7 @@ files:
135
135
  - lib/svn_record.rb
136
136
  - Rakefile
137
137
  - README.md
138
- homepage: http://github.com/wtuyuupe/svn_record
138
+ homepage: https://github.com/tonglijia/svn_record
139
139
  licenses: []
140
140
  metadata: {}
141
141
  post_install_message:
@@ -154,7 +154,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
154
154
  version: '0'
155
155
  requirements: []
156
156
  rubyforge_project:
157
- rubygems_version: 2.0.0
157
+ rubygems_version: 2.0.3
158
158
  signing_key:
159
159
  specification_version: 4
160
160
  summary: svn version control program