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 +4 -4
- data/README.md +9 -9
- data/app/assets/javascripts/svn_record/change.js.coffee +1 -0
- data/config/routes.rb +1 -1
- data/lib/svn_record/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 91ae14ed7361fa14a25f52108b846292268ff6ac
|
|
4
|
+
data.tar.gz: 46670a66145e80642043e20f42c92df86f108ece
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
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
|
|
12
|
+
3.Add a script file
|
|
13
13
|
|
|
14
14
|
//= require svn_record/change
|
|
15
15
|
|
|
16
|
-
4
|
|
16
|
+
4.Add Style File
|
|
17
17
|
|
|
18
18
|
*= require svn_record/site
|
|
19
19
|
|
|
20
|
-
5
|
|
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:
|
data/config/routes.rb
CHANGED
data/lib/svn_record/version.rb
CHANGED
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.
|
|
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-
|
|
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:
|
|
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.
|
|
157
|
+
rubygems_version: 2.0.3
|
|
158
158
|
signing_key:
|
|
159
159
|
specification_version: 4
|
|
160
160
|
summary: svn version control program
|