fu_prp 0.0.1 → 0.0.3
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/bin/glade/MyClass.glade +3 -3
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6df8ddec87fbe173f3dfab76440d1e2b6571f89d
|
|
4
|
+
data.tar.gz: 571411fa147b41bcae889e5077e93e01ceb86096
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b521bf213d20458a5113df6e2b2a78862e94cc60846a91d33e420002a9ddfb048a374089fe3361e1a26f035802afdbd340601964bcfc03c6a956a17eb1e5d662
|
|
7
|
+
data.tar.gz: 6b23dcf4bc5eaed8a4eef68caad6a58a53f022faffa2505af08a99c57697e07151d1d988ff4412730ebbcc71425ca16ce0f0eabf59fc62ae8f61cd351e35d77e
|
data/bin/glade/MyClass.glade
CHANGED
|
@@ -98,14 +98,14 @@
|
|
|
98
98
|
</child>
|
|
99
99
|
<child>
|
|
100
100
|
<object class="GtkLabel" id="label2">
|
|
101
|
-
<property name="width_request">
|
|
101
|
+
<property name="width_request">962</property>
|
|
102
102
|
<property name="height_request">80</property>
|
|
103
103
|
<property name="visible">True</property>
|
|
104
104
|
<property name="can_focus">False</property>
|
|
105
|
-
<property name="label" translatable="yes">Tests: x^(n+1)==2*a+5 (mod n, x^2-a*x+1), min a>=0: jacobi(a^2-4,n)==-1</property>
|
|
105
|
+
<property name="label" translatable="yes">Tests: (x+2)^(n+1)==2*a+5 (mod n, x^2-a*x+1), min a>=0: jacobi(a^2-4,n)==-1</property>
|
|
106
106
|
</object>
|
|
107
107
|
<packing>
|
|
108
|
-
<property name="x">
|
|
108
|
+
<property name="x">65</property>
|
|
109
109
|
<property name="y">20</property>
|
|
110
110
|
</packing>
|
|
111
111
|
</child>
|
metadata
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fu_prp
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- Paul Underwood
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir:
|
|
10
10
|
- "."
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2015-03-
|
|
12
|
+
date: 2015-03-21 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: vrlib
|
|
@@ -54,8 +54,8 @@ dependencies:
|
|
|
54
54
|
- !ruby/object:Gem::Version
|
|
55
55
|
version: 0.0.1
|
|
56
56
|
description: A 2 selfridge test with optional 2-PRP test and trial division. Integer
|
|
57
|
-
input
|
|
58
|
-
email: paulunderwood@
|
|
57
|
+
input
|
|
58
|
+
email: paulunderwood@mindless.com
|
|
59
59
|
executables:
|
|
60
60
|
- fu_prp.rb
|
|
61
61
|
extensions: []
|
|
@@ -87,5 +87,5 @@ rubyforge_project: nowarning
|
|
|
87
87
|
rubygems_version: 2.4.5
|
|
88
88
|
signing_key:
|
|
89
89
|
specification_version: 4
|
|
90
|
-
summary:
|
|
90
|
+
summary: Frobenius Underwood PRP test
|
|
91
91
|
test_files: []
|